Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 63.16% |
Changes | 0 |
1 | <?php |
||
14 | final class IgnoringSubspaceDataProvider extends AbstractSubspaceDataProvider |
||
15 | { |
||
16 | 1 | public function __construct( |
|
17 | private int $ignoreUserId, |
||
18 | private readonly StuTime $stuTime, |
||
19 | LocationRepositoryInterface $locationRepository, |
||
20 | MapRepositoryInterface $mapRepository, |
||
21 | StarSystemMapRepositoryInterface $starSystemMapRepository, |
||
22 | ) { |
||
23 | 1 | parent::__construct( |
|
24 | 1 | $locationRepository, |
|
25 | 1 | $mapRepository, |
|
26 | 1 | $starSystemMapRepository |
|
27 | 1 | ); |
|
28 | } |
||
29 | |||
30 | #[Override] |
||
38 | ); |
||
39 | } |
||
40 | |||
41 | 1 | #[Override] |
|
49 | 1 | ); |
|
50 | } |
||
52 |
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