Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
24 | public function load(array $configs, ContainerBuilder $container) |
||
25 | { |
||
26 | $configuration = new Configuration(); |
||
27 | $config = $this->processConfiguration($configuration, $configs); |
||
28 | |||
29 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
||
30 | $loader->load('services.yml'); |
||
31 | } |
||
32 | } |
||
33 |