Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 9 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
42 | 1 | protected function execute(InputInterface $input, OutputInterface $output) |
|
43 | { |
||
44 | 1 | $handler = $this->getContainer() |
|
45 | 1 | ->get('gbprod.elasticsearch_dataprovider.handler') |
|
46 | 1 | ; |
|
47 | |||
48 | 1 | $handler->handle( |
|
49 | 1 | $input->getArgument('index'), |
|
50 | 1 | $input->getArgument('type') |
|
51 | 1 | ); |
|
52 | 1 | } |
|
53 | } |
||
54 |