diff --git a/fixtures/format.php b/fixtures/format.php index f300b67..bd35640 100644 --- a/fixtures/format.php +++ b/fixtures/format.php @@ -13,7 +13,7 @@ class TestClass { $testVariable = 123; - if ( empty($testParameter)){ + if (empty($testParameter)){ echo 'Empty'; } }