Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | public function load(array $configs, ContainerBuilder $container) |
||
16 | { |
||
17 | $configuration = new Configuration(); |
||
18 | $config = $this->processConfiguration($configuration, $configs); |
||
19 | $this->bindParameters($container, 'alpixel_user', $config); |
||
20 | |||
21 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
||
22 | $loader->load('services.yml'); |
||
23 | } |
||
24 | |||
39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.