Passed
Push — master ( 6a692b...ee22ee )
by Marcin
02:00
created
src/Criteria/Filter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         }
61 61
 
62 62
         foreach ($filterArray as $param => $filters) {
63
-            if(!\is_string($param)){
63
+            if (!\is_string($param)) {
64 64
                 throw new InvalidParamException(sprintf('Key in FILTER param is not a string'));
65 65
             }
66 66
             if (\is_array($filters)) {
Please login to merge, or discard this patch.