Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
31 | 1 | public function load(array $configs, ContainerBuilder $container) |
|
32 | { |
||
33 | 1 | $configuration = new Configuration(); |
|
34 | 1 | $config = $this->processConfiguration($configuration, $configs); |
|
35 | |||
36 | 1 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
37 | 1 | $loader->load('services.yml'); |
|
38 | 1 | } |
|
39 | } |
||
40 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.