1
0
Fork 0

Loosen FormatTest because of excluded rule

pull/107/head
Felix Becker 2016-10-24 19:17:48 +02:00
parent 228951b4c0
commit f4a5a6d7cd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class TestClass
{
$testVariable = 123;
if ( empty($testParameter)){
if (empty($testParameter)){
echo 'Empty';
}
}