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