| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class ConfigGenerateCommand extends AbstractCommand |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @throws \Symfony\Component\Console\Exception\InvalidArgumentException |
||
| 20 | */ |
||
| 21 | protected function configure(): void |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 29 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 30 | * |
||
| 31 | * @return int|null|void |
||
| 32 | */ |
||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 38 |