Passed
Push — master ( 44fbe0...ac8f8c )
by Allan
02:36 queued 10s
created
src/Console/OutputGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
             }
100 100
         }
101 101
 
102
-        return array_map(function (array $items) {
102
+        return array_map(function(array $items) {
103 103
             $filteredItems = array_filter($items);
104 104
             
105 105
             if (isset($filteredItems['']) && count($filteredItems) > 1) {
Please login to merge, or discard this patch.