| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 42 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 43 | { |
||
| 44 | $this->requireConfig(); |
||
| 45 | |||
| 46 | $output->writeln('Starting <fg=blue>Magallanes</>'); |
||
| 47 | $output->writeln(''); |
||
| 48 | |||
| 49 | $output->writeln(sprintf('<comment>%s</comment>', var_export($this->runtime->getConfiguration(), true))); |
||
| 50 | |||
| 51 | $output->writeln(''); |
||
| 52 | $output->writeln('Finished <fg=blue>Magallanes</>'); |
||
| 53 | |||
| 54 | return 0; |
||
| 55 | } |
||
| 56 | } |
||
| 57 |