@@ -28,7 +28,7 @@ |
||
| 28 | 28 | */ |
| 29 | 29 | public function getCommandString() |
| 30 | 30 | { |
| 31 | - $escapedArgs = array_map(function ($item) { |
|
| 31 | + $escapedArgs = array_map(function($item) { |
|
| 32 | 32 | return escapeshellarg($item); |
| 33 | 33 | }, $this->arguments); |
| 34 | 34 | return $this->command . ' ' . implode(' ', $escapedArgs); |