| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class ShowManagement implements ViewControllerInterface |
||
| 14 | { |
||
| 15 | public const VIEW_IDENTIFIER = 'SHOW_MANAGEMENT'; |
||
| 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 |