|
@@ -47,7 +47,7 @@ |
|
|
block discarded – undo |
|
47
|
47
|
// initialize the command with the required/optional options |
|
48
|
48
|
$this->setName(CommandNames::IMPORT_EXECUTE) |
|
49
|
49
|
->setDescription('Executes the operations passed as argument') |
|
50
|
|
- ->addArgument(InputArgumentKeys::OPERATION_NAMES, InputArgument::IS_ARRAY|InputArgument::OPTIONAL, 'The operation(s) that has to be executed'); |
|
|
50
|
+ ->addArgument(InputArgumentKeys::OPERATION_NAMES, InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'The operation(s) that has to be executed'); |
|
51
|
51
|
|
|
52
|
52
|
// invoke the parent method |
|
53
|
53
|
parent::configure(); |
Please login to merge, or discard this patch.