Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
15 | class ConsoleDependencyProvider extends XerviceConsoleDependencyProvider |
||
16 | { |
||
17 | /** |
||
18 | * @return array |
||
19 | * @throws \Symfony\Component\Console\Exception\LogicException |
||
20 | */ |
||
21 | protected function getCommandList(): array |
||
31 | ); |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @return array |
||
36 | * @throws \Symfony\Component\Console\Exception\LogicException |
||
37 | */ |
||
38 | protected function getDevCommands(): array |
||
49 | } |