Passed
Push — master ( 53eead...218820 )
by Tom
03:04
created
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@
 block discarded – undo
324 324
 
325 325
         return $instance->newCollection(
326 326
             array_map(
327
-                function ($item) use ($instance) {
327
+                function($item) use ($instance) {
328 328
                     return $instance->newFromBuilder($item);
329 329
                 },
330 330
                 $data
Please login to merge, or discard this patch.