| Total Complexity | 5 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class DeleteColonyScan implements ActionControllerInterface |
||
| 14 | { |
||
| 15 | public const ACTION_IDENTIFIER = 'B_DELETE_COLONY_SCAN'; |
||
| 16 | |||
| 17 | public function __construct( |
||
| 18 | private ColonyScanRepositoryInterface $colonyScanRepository |
||
| 19 | ) { |
||
| 20 | } |
||
| 21 | |||
| 22 | public function handle(GameControllerInterface $game): void |
||
| 35 | } |
||
| 36 | |||
| 37 | public function performSessionCheck(): bool |
||
| 42 |