@@ -129,7 +129,7 @@ |
||
| 129 | 129 | $buildProcess->setPty(Process::isPtySupported()); |
| 130 | 130 | $buildProcess->setTimeout(3600 * 2); |
| 131 | 131 | |
| 132 | - $processOutputCallback = function ($type, $data) use ($output) { |
|
| 132 | + $processOutputCallback = function($type, $data) use ($output) { |
|
| 133 | 133 | $output->write($data, false, OutputInterface::OUTPUT_RAW); |
| 134 | 134 | }; |
| 135 | 135 | |