Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
17 | 1 | public function __construct( |
|
18 | private int $shipId, |
||
19 | private readonly StuTime $stuTime, |
||
20 | LocationRepositoryInterface $locationRepository, |
||
21 | MapRepositoryInterface $mapRepository, |
||
22 | StarSystemMapRepositoryInterface $starSystemMapRepository, |
||
23 | private ?int $rumpId = null |
||
24 | ) { |
||
25 | 1 | parent::__construct( |
|
26 | 1 | $locationRepository, |
|
27 | 1 | $mapRepository, |
|
28 | 1 | $starSystemMapRepository |
|
29 | 1 | ); |
|
63 |
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