Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
41 | protected function configure() |
||
42 | { |
||
43 | |||
44 | // initialize the command with the required/optional options |
||
45 | $this->setName('import:categories') |
||
46 | ->setDescription('Imports categories in the configured Magento 2 instance'); |
||
47 | |||
48 | // invoke the parent method |
||
49 | parent::configure(); |
||
50 | } |
||
51 | } |
||
52 |