Passed
Push — master ( dbb502...4502fd )
by Sergey
13:33 queued 03:47
created
src/Formatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
                 continue;
122 122
             }
123 123
 
124
-            $innerResult = array_filter($innerResult, function($item){
124
+            $innerResult = array_filter($innerResult, function($item) {
125 125
                 return (bool)$item;
126 126
             });
127 127
 
Please login to merge, or discard this patch.