Conditions | 2 |
Paths | 3 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
37 | protected function execute(InputInterface $input, OutputInterface $output) |
||
38 | { |
||
39 | try { |
||
40 | parent::execute($input, $output); |
||
41 | $this->indexService->initIndices(); |
||
42 | } catch (\InvalidArgumentException $e) { |
||
43 | $output->writeln('<error>' . $e->getMessage() . '</error>'); |
||
44 | } |
||
45 | } |
||
46 | |||
47 | } |