@@ -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 | if (preg_match('#^[a-zA-Z0-9_-]*$#', $item)) { |
| 33 | 33 | return $item; |
| 34 | 34 | } |