@@ -16,11 +16,11 @@ |
||
16 | 16 | $this->playerRankingProvider = $playerRankingProvider; |
17 | 17 | } |
18 | 18 | |
19 | - /** |
|
20 | - * @param Request $request |
|
21 | - * @return array |
|
22 | - * @throws ORMException |
|
23 | - */ |
|
19 | + /** |
|
20 | + * @param Request $request |
|
21 | + * @return array |
|
22 | + * @throws ORMException |
|
23 | + */ |
|
24 | 24 | public function __invoke(Request $request): array |
25 | 25 | { |
26 | 26 | return $this->playerRankingProvider->getRankingCup( |