@@ -56,7 +56,7 @@ |
||
| 56 | 56 | public function start() |
| 57 | 57 | { |
| 58 | 58 | if (!$this->process->isRunning()) { |
| 59 | - $this->process->start(function ($type, $data) { |
|
| 59 | + $this->process->start(function($type, $data) { |
|
| 60 | 60 | $this->last = rtrim($data); |
| 61 | 61 | }); |
| 62 | 62 | $this->started = microtime(true); |