Total Complexity | 7 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | class Config |
||
19 | { |
||
20 | private static $config; |
||
21 | |||
22 | |||
23 | /** |
||
24 | * Creates a new configuration object. |
||
25 | * |
||
26 | * @param array $paths Paths to the configuration directories |
||
27 | * @param array $local Multi-dimensional associative list with local configuration |
||
28 | * @return \Aimeos\Base\Config\Iface Configuration object |
||
29 | */ |
||
30 | public static function get(array $paths, array $local = []) : \Aimeos\Base\Config\Iface |
||
59 |
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