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