Passed
Push — 8.x ( f1fbe2...129a4a )
by Tim
04:09
created
src/Command/AbstractImportCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     {
53 53
 
54 54
         // configure the command
55
-        $this->addArgument(InputArgumentKeys::OPERATION_NAMES, InputArgument::IS_ARRAY|InputArgument::OPTIONAL, 'The operation(s) that has to be used for the import, one of "add-update", "replace", "delete" or "convert" or a combination of them', array(OperationKeys::ADD_UPDATE))
55
+        $this->addArgument(InputArgumentKeys::OPERATION_NAMES, InputArgument::IS_ARRAY | InputArgument::OPTIONAL, 'The operation(s) that has to be used for the import, one of "add-update", "replace", "delete" or "convert" or a combination of them', array(OperationKeys::ADD_UPDATE))
56 56
              ->addOption(InputOptionKeys::SERIAL, null, InputOption::VALUE_REQUIRED, 'The unique identifier of this import process', Uuid::uuid4()->__toString())
57 57
              ->addOption(InputOptionKeys::INSTALLATION_DIR, null, InputOption::VALUE_REQUIRED, 'The Magento installation directory to which the files has to be imported', getcwd())
58 58
              ->addOption(InputOptionKeys::SYSTEM_NAME, null, InputOption::VALUE_REQUIRED, 'Specify the system name to use', gethostname())
Please login to merge, or discard this patch.