Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | protected function configure() |
||
33 | { |
||
34 | $this |
||
35 | ->setName('cache:clear') |
||
36 | ->setDescription('Removes all cache files') |
||
37 | ->setDefinition([ |
||
38 | new InputArgument('path', InputArgument::OPTIONAL, 'Use the given path as working directory'), |
||
39 | ]) |
||
40 | ->setHelp( |
||
41 | <<<'EOF' |
||
42 | The <info>%command.name%</> command removes all cached files. |
||
68 |