| Conditions | 2 |
| Paths | 2 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 52 | protected function initialize(InputInterface $input, OutputInterface $output) |
||
| 53 | { |
||
| 54 | parent::initialize($input, $output); |
||
| 55 | |||
| 56 | if ($input->getOption('em')) { |
||
| 57 | CommandHelper::setApplicationEntityManager($this->getHelper('container'), $input->getOption('em')); |
||
| 58 | } |
||
| 59 | |||
| 60 | $this->cacheCleaner->invalidate(); |
||
| 61 | } |
||
| 62 | |||
| 64 |