Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
41 | 1 | protected function initialize(InputInterface $input, OutputInterface $output) |
|
42 | { |
||
43 | 1 | $this->cleanup = $this->getContainer()->get('yahoo_japan_config_cache.cache_cleanup'); |
|
44 | 1 | $this->filesystem = $this->getContainer()->get('filesystem'); |
|
45 | 1 | $this->cacheDirectory = $this->getContainer()->getParameter('kernel.cache_dir'); |
|
46 | 1 | } |
|
47 | |||
61 |