@@ -57,7 +57,7 @@ |
||
57 | 57 | */ |
58 | 58 | private function runCommand($command) { |
59 | 59 | $process = new Process($command, null, null, null, 60, null); |
60 | - $process->run(function ($type, $buffer) { |
|
60 | + $process->run(function($type, $buffer) { |
|
61 | 61 | if (Process::ERR === $type) { |
62 | 62 | $this->line($buffer); |
63 | 63 | } else { |