@@ -18,9 +18,9 @@ |
||
18 | 18 | public function run(array $arguments = []): Result |
19 | 19 | { |
20 | 20 | $descriptorSpec = [ |
21 | - ['pipe', 'r'], |
|
22 | - ['pipe', 'w'], |
|
23 | - ['pipe', 'w'], |
|
21 | + ['pipe', 'r'], |
|
22 | + ['pipe', 'w'], |
|
23 | + ['pipe', 'w'], |
|
24 | 24 | ]; |
25 | 25 | |
26 | 26 | $process = proc_open($this->buildCommand($arguments), $descriptorSpec, $pipes, $path); |