| Total Complexity | 2 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | final class StationProvider implements ViewComponentProviderInterface |
||
| 13 | { |
||
| 14 | private ShipRepositoryInterface $shipRepository; |
||
| 15 | |||
| 16 | private ShipWrapperFactoryInterface $shipWrapperFactory; |
||
| 17 | |||
| 18 | public function __construct( |
||
| 24 | } |
||
| 25 | |||
| 26 | public function setTemplateVariables(GameControllerInterface $game): void |
||
| 39 |