Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
10 | class AggregationSystemSystemData extends AbstractSystemData |
||
11 | { |
||
12 | public int $commodityId = 0; |
||
13 | |||
14 | |||
15 | #[Override] |
||
16 | public function getSystemType(): SpacecraftSystemTypeEnum |
||
17 | { |
||
18 | return SpacecraftSystemTypeEnum::SYSTEM_AGGREGATION_SYSTEM; |
||
19 | } |
||
20 | |||
21 | public function getCommodityId(): int |
||
24 | } |
||
25 | |||
26 | public function setCommodityId(int $commodityId): AggregationSystemSystemData |
||
30 | } |
||
31 | } |
||
32 |
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