Total Complexity | 6 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 88.89% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | final class RoachCompilerPass implements CompilerPassInterface |
||
21 | { |
||
22 | 1 | public function process(ContainerBuilder $container): void |
|
37 | } |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @param array<string> $serviceTags |
||
42 | * |
||
43 | * @return \Generator<string> |
||
44 | */ |
||
45 | 1 | private function iterateTags(ContainerBuilder $container, array $serviceTags): \Generator |
|
54 |