Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class ShowAnalyseBuoy implements ViewControllerInterface |
||
13 | { |
||
14 | public const VIEW_IDENTIFIER = 'SHOW_ANALYSE_BUOY'; |
||
15 | |||
16 | private BuoyRepositoryInterface $buoyRepository; |
||
17 | |||
18 | |||
19 | public function __construct( |
||
23 | } |
||
24 | |||
25 | public function handle(GameControllerInterface $game): void |
||
55 |