Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class CleanCommand extends AbstractCommand |
||
16 | { |
||
17 | /** |
||
18 | * @throws \Symfony\Component\Console\Exception\InvalidArgumentException |
||
19 | */ |
||
20 | 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 |
||
32 | * @throws \InvalidArgumentException |
||
33 | */ |
||
34 | protected function execute(InputInterface $input, OutputInterface $output) |
||
42 |