@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | } |
234 | 234 | |
235 | 235 | /** |
236 | - * @param $roundNumber |
|
236 | + * @param integer $roundNumber |
|
237 | 237 | */ |
238 | 238 | private function assignFightersToBracket($roundNumber) |
239 | 239 | { |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | /** |
259 | 259 | * @param $selected |
260 | 260 | * @param $fighter |
261 | - * @param $html |
|
261 | + * @param string $html |
|
262 | 262 | * @return string |
263 | 263 | */ |
264 | 264 | private function addOptionToSelect($selected, $fighter, $html): string |
@@ -15,7 +15,6 @@ discard block |
||
15 | 15 | |
16 | 16 | /** |
17 | 17 | * Calculate the Byes need to fill the Championship Tree. |
18 | - * @param Championship $championship |
|
19 | 18 | * @param $fighters |
20 | 19 | * @return Collection |
21 | 20 | */ |
@@ -65,7 +64,7 @@ discard block |
||
65 | 64 | * Chunk Fighters into groups for fighting, and optionnaly shuffle |
66 | 65 | * @param $round |
67 | 66 | * @param $fightersByEntity |
68 | - * @return mixed |
|
67 | + * @return Collection |
|
69 | 68 | */ |
70 | 69 | protected function chunkAndShuffle($round, Collection $fightersByEntity) |
71 | 70 | { |