@@ -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 | { |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | } |
193 | 193 | |
194 | 194 | /** |
195 | - * @param $numRound |
|
195 | + * @param integer $numRound |
|
196 | 196 | */ |
197 | 197 | private function assignFightersToBracket($numRound, $hasPreliminary) |
198 | 198 | { |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | /** |
219 | 219 | * @param $selected |
220 | 220 | * @param $fighter |
221 | - * @param $html |
|
221 | + * @param string $html |
|
222 | 222 | * @return string |
223 | 223 | */ |
224 | 224 | private function addOptionToSelect($selected, $fighter, $html): string |