Conditions | 5 |
Paths | 9 |
Total Lines | 17 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 30 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
33 | /** @psalm-suppress InaccessibleMethod */ |
||
34 | $repositoryContainer = new RepositoryContainer($orm); |
||
35 | $compositeContainer = new CompositeContainer(); |
||
36 | $compositeContainer->attach($repositoryContainer); |
||
37 | $compositeContainer->attach($extended); |
||
38 | |||
39 | return $compositeContainer; |
||
40 | }, |
||
41 | ]; |
||
42 | } |
||
43 | } |
||
44 |
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