Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
22 | 1 | protected function triggerSpecific( |
|
23 | ShipWrapperInterface $wrapper, |
||
24 | FlightRouteInterface $flightRoute, |
||
25 | MessageCollectionInterface $messages |
||
26 | ): void { |
||
27 | |||
28 | 1 | $ship = $wrapper->get(); |
|
29 | |||
30 | 1 | $this->shipTakeoverManager->cancelBothTakeover( |
|
31 | 1 | $ship, |
|
32 | 1 | ', da das Schiff bewegt wurde' |
|
33 | 1 | ); |
|
36 |