Passed
Push — master ( 6f5c39...8add63 )
by Sergey
01:40
created
src/Formatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
             return false;
134 134
         }
135 135
 
136
-        return array_filter($innerResult, function($item){
136
+        return array_filter($innerResult, function($item) {
137 137
             return (bool)$item;
138 138
         });
139 139
     }
Please login to merge, or discard this patch.