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