| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class LifeSupportCheckHandler implements SpacecraftTickHandlerInterface |
||
| 13 | { |
||
| 14 | 1 | public function __construct( |
|
| 15 | private readonly CrewAssignmentRepositoryInterface $crewAssignmentRepository, |
||
| 16 | private readonly SpacecraftLeaverInterface $spacecraftLeaver |
||
| 17 | 1 | ) {} |
|
| 18 | |||
| 19 | 1 | #[\Override] |
|
| 36 | } |
||
| 37 | } |
||
| 39 |