Total Complexity | 4 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Coverage | 62.5% |
Changes | 0 |
1 | <?php |
||
15 | final class ShipSubspaceDataProvider extends AbstractSubspaceDataProvider |
||
16 | { |
||
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 | ); |
|
30 | } |
||
31 | |||
32 | 1 | #[Override] |
|
33 | protected function getDataClassString(): string |
||
34 | { |
||
35 | 1 | return SpacecraftSignatureData::class; |
|
36 | } |
||
37 | |||
38 | #[Override] |
||
48 | ); |
||
49 | } |
||
50 | |||
51 | 1 | #[Override] |
|
60 | 1 | ); |
|
61 | } |
||
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