| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 38 | { |
||
| 39 | parent::execute($input, $output); |
||
| 40 | $mapping = $this->indexService->getMappingForIndex(); |
||
| 41 | $dump = Yaml::dump($mapping, 20, 4, Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK); |
||
| 42 | $output->write( |
||
| 43 | $dump |
||
| 44 | ); |
||
| 45 | } |
||
| 46 | |||
| 47 | } |