@@ -68,7 +68,7 @@ |
||
68 | 68 | } |
69 | 69 | |
70 | 70 | $process = new Process($command); |
71 | - $process->run(function ($type, $buffer) { |
|
71 | + $process->run(function($type, $buffer) { |
|
72 | 72 | if (Process::ERR === $type) { |
73 | 73 | echo '... > '.$buffer; |
74 | 74 | } else { |