@@ -41,7 +41,7 @@ |
||
41 | 41 | * |
42 | 42 | * @param Request $request |
43 | 43 | * |
44 | - * @return \Illuminate\Http\Response|string |
|
44 | + * @return \Illuminate\Http\RedirectResponse |
|
45 | 45 | */ |
46 | 46 | public function store(Request $request, $championshipId) |
47 | 47 | { |
@@ -60,7 +60,7 @@ |
||
60 | 60 | * Chunk Fighters into groups for fighting, and optionnaly shuffle |
61 | 61 | * @param $round |
62 | 62 | * @param $fightersByEntity |
63 | - * @return mixed |
|
63 | + * @return Collection |
|
64 | 64 | */ |
65 | 65 | protected function chunkAndShuffle($round, Collection $fightersByEntity) |
66 | 66 | { |