From f4a5a6d7cd226810c145e35902c79db0b0fd7ba9 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Mon, 24 Oct 2016 19:17:48 +0200 Subject: [PATCH] Loosen FormatTest because of excluded rule --- fixtures/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } }