Passed
Push — master ( 9821c2...feb9ea )
by Roman
02:13
created
src/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
         foreach (range(0, $this->count() - 1) as $index) {
177 177
             $result[] = call_user_func(
178 178
                 $closure,
179
-                ...array_map(function (array $collection) use ($index) {
179
+                ...array_map(function(array $collection) use ($index) {
180 180
                     return $collection[$index];
181 181
                 }, $values)
182 182
             );
Please login to merge, or discard this patch.