| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types = 1); |
||
| 9 | final class DemoCommand extends Command |
||
| 10 | { |
||
| 11 | private const COMMAND_NAME = 'app:demo'; |
||
| 12 | |||
| 13 | protected function configure() |
||
| 18 | ; |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
| 23 | */ |
||
| 24 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 29 |