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