Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
15 | protected function configure() { |
||
16 | $this->setName('structure:validate'); |
||
17 | $this->setDescription('Validate existing directory structure'); |
||
18 | $this->setHelp('This command validate existing directory structure in the specified path'); |
||
19 | $this->addArgument('path', InputArgument::OPTIONAL, 'path to target directory', getcwd()); |
||
20 | } |
||
28 | } |