Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
24 | public function load(array $configs, ContainerBuilder $container): void |
||
25 | { |
||
26 | $configuration = new Configuration(); |
||
27 | $config = $this->processConfiguration($configuration, $configs); |
||
28 | |||
29 | // Load CAS configuration. |
||
30 | $container->setParameter('cas', $config); |
||
31 | |||
32 | // Load CAS services. |
||
33 | $loader = new PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
||
34 | $loader->load('services.php'); |
||
35 | } |
||
37 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths