Total Complexity | 5 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class FactoryValidatorPass implements CompilerPassInterface |
||
13 | { |
||
14 | private static $factoryServiceIds = []; |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function process(ContainerBuilder $container): void |
||
24 | } |
||
25 | } |
||
26 | } |
||
27 | |||
28 | public static function addFactoryServiceId(string $factoryServiceIds): void |
||
33 |