Passed
Push — master ( e7d3e1...34e870 )
by Jhao
01:48
created
src/Compiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             $instructions[] = $this->compileBatch($job);
47 47
         }
48 48
 
49
-        $payload = \array_reduce($instructions, static function ($carry, $item) {
49
+        $payload = \array_reduce($instructions, static function($carry, $item) {
50 50
             return $item instanceof \Generator
51 51
                 ? \array_merge($carry, \iterator_to_array($item, false))
52 52
                 : \array_merge($carry, $item);
Please login to merge, or discard this patch.