Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
20 | 3 | public function load(array $configs, ContainerBuilder $container) |
|
21 | { |
||
22 | 3 | $configuration = new Configuration(); |
|
23 | 3 | /* $config = */ $this->processConfiguration($configuration, $configs); |
|
24 | |||
25 | 3 | $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
26 | 3 | $loader->load('services.xml'); |
|
27 | 3 | } |
|
29 |