Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class CommonDataCore extends ModuleCore |
||
8 | { |
||
9 | protected static $alias = 'commondata'; |
||
10 | |||
11 | protected static $view = CommonDataSettings::class; |
||
12 | |||
13 | protected static $joints = [ |
||
14 | Integration\CommonDataSystemSettings::class, |
||
15 | ]; |
||
16 | |||
17 | public static function info() |
||
24 | ]; |
||
25 | } |
||
26 | |||
27 | public function install() |
||
30 | } |
||
31 | |||
32 | public function uninstall() |
||
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