@@ -53,7 +53,7 @@ |
||
53 | 53 | ->setDescription('Converts the value to the format expected by the given column') |
54 | 54 | ->addArgument(InputArgumentKeys::ENTITY_TYPE_CODE, InputArgument::REQUIRED, 'The entity type code to use, e. g. catalog_product') |
55 | 55 | ->addArgument(InputArgumentKeys::COLUMN, InputArgument::REQUIRED, 'The column name to convert the value for') |
56 | - ->addArgument(InputArgumentKeys::VALUES, InputArgument::REQUIRED|InputArgument::IS_ARRAY, 'The value to convert'); |
|
56 | + ->addArgument(InputArgumentKeys::VALUES, InputArgument::REQUIRED | InputArgument::IS_ARRAY, 'The value to convert'); |
|
57 | 57 | |
58 | 58 | // invoke the parent method |
59 | 59 | parent::configure(); |