Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | class CommandHandlerMakerCommand extends Command |
||
19 | { |
||
20 | 2 | protected function configure() |
|
27 | 2 | } |
|
28 | |||
29 | /** |
||
30 | * @param InputInterface $input |
||
31 | * @param OutputInterface $output |
||
32 | * @return int|null|void |
||
33 | */ |
||
34 | 1 | protected function execute(InputInterface $input, OutputInterface $output) |
|
44 | } |
||
45 | } |