Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | protected function configure() |
||
36 | { |
||
37 | $this->setName('consolidate-used-files') |
||
38 | ->setDescription('Consolidate the list of unused PHP files to improve performance of later commands and readability for human readers.') |
||
39 | ->addArgument(self::ARGUMENT_USED_FILES, InputArgument::REQUIRED, 'Path to the list of used files.'); |
||
40 | } |
||
53 |