|
@@ -34,8 +34,8 @@ |
|
|
block discarded – undo |
|
34
|
34
|
protected function configure() |
|
35
|
35
|
{ |
|
36
|
36
|
$this->setName('consolidate-used-files') |
|
37
|
|
- ->setDescription('Consolidate the list of unused PHP files to improve performance of later commands and readability for human readers.') |
|
38
|
|
- ->addArgument(self::ARGUMENT_USED_FILES, InputArgument::REQUIRED, 'Path to the list of used files.'); |
|
|
37
|
+ ->setDescription('Consolidate the list of unused PHP files to improve performance of later commands and readability for human readers.') |
|
|
38
|
+ ->addArgument(self::ARGUMENT_USED_FILES, InputArgument::REQUIRED, 'Path to the list of used files.'); |
|
39
|
39
|
} |
|
40
|
40
|
|
|
41
|
41
|
/** |
Please login to merge, or discard this patch.