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