@@ -83,7 +83,7 @@ |
||
| 83 | 83 | */ |
| 84 | 84 | public function getReplacementCommandArguments(CommandData $commandData) { |
| 85 | 85 | $args_and_options = $commandData->getArgsAndOptions(); |
| 86 | - $args = [ $args_and_options ]; |
|
| 86 | + $args = [$args_and_options]; |
|
| 87 | 87 | |
| 88 | 88 | return $args; |
| 89 | 89 | } |