Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class GetMedalsByTime extends AbstractController |
||
12 | { |
||
13 | private PlayerRepository $playerRepository; |
||
14 | |||
15 | public function __construct(PlayerRepository $playerRepository) |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @param Player $player |
||
22 | * @return array |
||
23 | */ |
||
24 | public function __invoke(Player $player): array |
||
45 |