Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
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 | ); |
|
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