| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class AstroLaboratorySystemData extends AbstractSystemData |
||
| 10 | { |
||
| 11 | public ?int $astroStartTurn = null; |
||
| 12 | |||
| 13 | function getSystemType(): ShipSystemTypeEnum |
||
| 16 | } |
||
| 17 | |||
| 18 | public function getAstroStartTurn(): ?int |
||
| 21 | } |
||
| 22 | |||
| 23 | public function setAstroStartTurn(?int $turn): AstroLaboratorySystemData |
||
| 29 |