Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
10 | final class DeleteTask extends ManagerCommand |
||
11 | { |
||
12 | use CommandTrait; |
||
13 | |||
14 | public function configure() |
||
20 | ; |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * |
||
25 | * @param InputInterface $input |
||
26 | * @param OutputInterface $output |
||
27 | * @return int |
||
28 | */ |
||
29 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
40 |