Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
11 | class AssessComplexityCommand extends Command |
||
12 | { |
||
13 | /** |
||
14 | * Configure the command |
||
15 | * @return void |
||
16 | */ |
||
17 | protected function configure(): void |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Execute the command |
||
26 | * @param InputInterface $input Input. |
||
27 | * @param OutputInterface $output Output. |
||
28 | * @return integer |
||
29 | */ |
||
30 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
38 |