Total Complexity | 7 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class CycleDetectCommand extends AnalyzeDependencyCommand |
||
12 | { |
||
13 | protected function getCommandName(): string |
||
14 | { |
||
15 | return 'detect-cycle'; |
||
16 | } |
||
17 | |||
18 | protected function getCommandDescription(): string |
||
21 | } |
||
22 | |||
23 | protected function inspectDependencyGraph(DependencyGraph $graph, OutputInterface $output): int |
||
46 |