Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 2.0625 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
29 | 1 | public function load(ContainerBuilder $containerBuilder): void |
|
30 | { |
||
31 | 1 | if (count($this->configDefinitions) > 0) { |
|
32 | $containerBuilder->addDefinitions($this->configDefinitions); |
||
33 | } |
||
34 | |||
35 | 1 | $containerBuilder->addDefinitions($this->servicesFile->getPathname()); |
|
36 | 1 | } |
|
38 |