Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
13 | final class DeleteTask extends Command |
||
14 | { |
||
15 | use CommandTrait; |
||
16 | |||
17 | public function configure() |
||
23 | ; |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * |
||
28 | * @param InputInterface $input |
||
29 | * @param OutputInterface $output |
||
30 | * @return int |
||
31 | */ |
||
32 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
45 |