Loosen FormatTest because of excluded rule
parent
228951b4c0
commit
f4a5a6d7cd
|
@ -13,7 +13,7 @@ class TestClass
|
||||||
{
|
{
|
||||||
$testVariable = 123;
|
$testVariable = 123;
|
||||||
|
|
||||||
if ( empty($testParameter)){
|
if (empty($testParameter)){
|
||||||
echo 'Empty';
|
echo 'Empty';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue