Total Complexity | 4 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class DeactivateTranswarpConsequence extends AbstractFlightConsequence |
||
16 | { |
||
17 | private ShipSystemManagerInterface $shipSystemManager; |
||
18 | |||
19 | 5 | public function __construct( |
|
20 | ShipSystemManagerInterface $shipSystemManager |
||
21 | ) { |
||
22 | 5 | $this->shipSystemManager = $shipSystemManager; |
|
23 | } |
||
24 | |||
25 | 3 | protected function triggerSpecific( |
|
36 | } |
||
37 | } |
||
39 |