Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class GetMedalsByTime extends AbstractController |
||
10 | { |
||
11 | private PlayerRepository $playerRepository; |
||
12 | |||
13 | public function __construct(PlayerRepository $playerRepository) |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @param Request $request |
||
20 | * @return array |
||
21 | */ |
||
22 | public function __invoke(Request $request): array |
||
44 |