Conditions | 2 |
Paths | 2 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
9 | 2 | public static function useModel(string $modelClass): static |
|
10 | { |
||
11 | 2 | if (!is_a($modelClass, \GDCInfo\Models\GDCInfo::class, true)) { |
|
12 | 1 | throw new \Exception("Class should be a subclass of GDCInfo [{$modelClass}]"); |
|
13 | } |
||
14 | |||
15 | 1 | static::$model = $modelClass; |
|
16 | |||
17 | 1 | return new static(); |
|
18 | } |
||
38 |
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