@@ -247,7 +247,7 @@ |
||
| 247 | 247 | $this->process = $process; |
| 248 | 248 | |
| 249 | 249 | if (!$output_callback) { |
| 250 | - $output_callback = function ($type, $buffer) { |
|
| 250 | + $output_callback = function($type, $buffer) { |
|
| 251 | 251 | $progressWasVisible = $this->hideTaskProgress(); |
| 252 | 252 | $this->writeMessage($buffer); |
| 253 | 253 | $this->showTaskProgress($progressWasVisible); |