Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
37 | protected function configure() |
||
38 | { |
||
39 | |||
40 | // initialize the command with the required/optional options |
||
41 | $this->setName(CommandNames::IMPORT_PRODUCTS_PRICE) |
||
42 | ->setDescription('Imports product price in the configured Magento 2 instance'); |
||
43 | |||
44 | // invoke the parent method |
||
45 | parent::configure(); |
||
46 | } |
||
48 |