@@ -148,7 +148,7 @@ |
||
| 148 | 148 | { |
| 149 | 149 | $process = new Process($this->generateConsoleCommand($results, true)); |
| 150 | 150 | |
| 151 | - $process->run(function ($type, $output) |
|
| 151 | + $process->run(function($type, $output) |
|
| 152 | 152 | { |
| 153 | 153 | $this->command->line($output); |
| 154 | 154 | }); |