Failed Conditions
Push — 0.3 ( 530096...907796 )
by jean
04:25 queued 10s
created
src/ProcessBundle/Step/LaunchIsolateProcessStep.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
         $this->processCollection[] = $process;
92 92
 
93
-        $process->start(function ($type, $output) {
93
+        $process->start(function($type, $output) {
94 94
             echo $output;
95 95
         });
96 96
 
Please login to merge, or discard this patch.