@@ -46,7 +46,7 @@ |
||
46 | 46 | */ |
47 | 47 | public function getProcess() |
48 | 48 | { |
49 | - $process = new Process($this->command, $this->cwd); |
|
49 | + $process = new Process($this->command, $this->cwd); |
|
50 | 50 | $process->setTimeout(null); |
51 | 51 | |
52 | 52 | return $process; |