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