Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
13 | final class ShowMainscreen implements ViewControllerInterface |
||
14 | { |
||
15 | public const VIEW_IDENTIFIER = 'SHOW_MAINSCREEN'; |
||
16 | |||
17 | private PlanetFieldHostProviderInterface $planetFieldHostProvider; |
||
18 | |||
19 | private ColonyGuiHelperInterface $colonyGuiHelper; |
||
20 | |||
21 | public function __construct( |
||
27 | } |
||
28 | |||
29 | public function handle(GameControllerInterface $game): void |
||
37 |