| Total Complexity | 4 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 41.18% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class FlushTasks 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 | 1 | protected function execute(InputInterface $input, OutputInterface $output): int |
|
| 52 |