Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
13 | protected function configure() |
||
14 | { |
||
15 | $this |
||
16 | ->setName('dic:cache-destroy') |
||
17 | ->setDescription('Destroy the cache created by DIC.') |
||
18 | ->setHelp('This command try to destroy cache files created by DIC and clear apcu cache.') |
||
19 | ->addArgument('cache_dir', InputArgument::OPTIONAL) |
||
20 | ; |
||
32 |