| Total Complexity | 5 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class ContainerFactory |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param AbstractModule|ModuleList|null $module Module(s) |
||
|
|
|||
| 19 | * @param ScriptDir $classDir |
||
| 20 | */ |
||
| 21 | public function __invoke($module, string $classDir): Container |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param AbstractModule|ModuleList|null $module Module(s) |
||
| 38 | */ |
||
| 39 | private function getModule($module): AbstractModule |
||
| 58 |
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