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