| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 29 | public function load(array $configs, ContainerBuilder $container) | ||
| 30 |     { | ||
| 31 | $configuration = new Configuration(); | ||
| 32 | $config = $this->processConfiguration($configuration, $configs); | ||
| 33 | |||
| 34 | $this->addContainerParameters($configs, $container); | ||
| 35 | |||
| 36 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | ||
| 37 |         $loader->load('services.yml'); | ||
| 38 | } | ||
| 39 | |||
| 54 |