@@ -119,7 +119,7 @@ |
||
119 | 119 | $buildProcess->setTty(Process::isTtySupported()); |
120 | 120 | $buildProcess->setPty(Process::isPtySupported()); |
121 | 121 | |
122 | - $processOutputCallback = function ($type, $data) use ($output) { |
|
122 | + $processOutputCallback = function($type, $data) use ($output) { |
|
123 | 123 | $output->write($data, false, OutputInterface::OUTPUT_RAW); |
124 | 124 | }; |
125 | 125 |