@@ -106,7 +106,7 @@ |
||
106 | 106 | $output->writeln(\sprintf('Starting worker <info>%s</info>', $process->getCommandLine())); |
107 | 107 | |
108 | 108 | if ($input->getOption('foreground')) { |
109 | - $process->run(function ($type, $buffer) use ($output) { |
|
109 | + $process->run(function($type, $buffer) use ($output) { |
|
110 | 110 | $output->write($buffer); |
111 | 111 | }); |
112 | 112 | } // else we recompose and display the worker id |
@@ -106,7 +106,7 @@ |
||
106 | 106 | $output->writeln(\sprintf('Starting worker <info>%s</info>', $process->getCommandLine())); |
107 | 107 | |
108 | 108 | if ($input->getOption('foreground')) { |
109 | - $process->run(function ($type, $buffer) use ($output) { |
|
109 | + $process->run(function($type, $buffer) use ($output) { |
|
110 | 110 | $output->write($buffer); |
111 | 111 | }); |
112 | 112 | } // else we recompose and display the worker id |