Total Complexity | 6 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Dependencies extends Exporter |
||
11 | { |
||
12 | /** |
||
13 | * @return array |
||
14 | */ |
||
15 | 2 | public function exportToArray(): array |
|
36 | } |
||
37 | |||
38 | /** |
||
39 | * @param array $carry |
||
40 | * @param \Composer\Package\PackageInterface $package |
||
41 | */ |
||
42 | 2 | protected function getDependenciesOf(array &$carry, PackageInterface $package): void |
|
57 |