| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class ConsumeCommand extends AbstractCommand |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @throws \Symfony\Component\Console\Exception\InvalidArgumentException |
||
| 21 | */ |
||
| 22 | protected function configure(): void |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 31 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 32 | * |
||
| 33 | * @return int|void |
||
| 34 | * @throws \Xervice\Core\Business\Exception\XerviceException |
||
| 35 | */ |
||
| 36 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 46 | } |
||
| 47 | } |