Total Complexity | 5 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class SingularityCoreSystemData extends AbstractReactorSystemData |
||
12 | { |
||
13 | #[Override] |
||
14 | public function getSystemType(): SpacecraftSystemTypeEnum |
||
15 | { |
||
16 | return SpacecraftSystemTypeEnum::SYSTEM_SINGULARITY_REACTOR; |
||
17 | } |
||
18 | |||
19 | #[Override] |
||
20 | public function getIcon(): string |
||
21 | { |
||
22 | return "singrkt.png"; |
||
23 | } |
||
24 | |||
25 | #[Override] |
||
29 | } |
||
30 | |||
31 | #[Override] |
||
32 | public function getLoadCost(): array |
||
33 | { |
||
34 | return ReactorWrapperInterface::SINGULARITY_CORE_LOAD_COST; |
||
35 | } |
||
36 | |||
37 | #[Override] |
||
41 | } |
||
42 | } |
||
43 |
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