| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class ShowContactModeSwitch implements ViewControllerInterface |
||
| 14 | { |
||
| 15 | public const VIEW_IDENTIFIER = 'SHOW_CONTACT_MODESWITCH'; |
||
| 16 | |||
| 17 | private ShowContactModeSwitchRequestInterface $showContactModeSwitchRequest; |
||
| 18 | |||
| 19 | private ContactRepositoryInterface $contactRepository; |
||
| 20 | |||
| 21 | public function __construct( |
||
| 27 | } |
||
| 28 | |||
| 29 | public function handle(GameControllerInterface $game): void |
||
| 43 |