| Total Complexity | 4 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class GDCChecker |
||
| 6 | { |
||
| 7 | protected static string $model = \GDCInfo\Models\GDCInfo::class; |
||
|
|
|||
| 8 | |||
| 9 | 2 | public static function useModel(string $modelClass): static |
|
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return class-string \GDCInfo\Models\GDCInfo |
||
| 22 | */ |
||
| 23 | 1 | public static function modelClass(): string |
|
| 26 | } |
||
| 27 | |||
| 28 | 1 | public static function model(array $attributes = []): \GDCInfo\Models\GDCInfo |
|
| 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