@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | * |
| 31 | 31 | * @param $fightersByEntity |
| 32 | 32 | * |
| 33 | - * @return mixed |
|
| 33 | + * @return Collection |
|
| 34 | 34 | */ |
| 35 | 35 | protected function chunkAndShuffle(Collection $fightersByEntity) |
| 36 | 36 | { |
@@ -97,6 +97,9 @@ discard block |
||
| 97 | 97 | } |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | + /** |
|
| 101 | + * @param integer $round |
|
| 102 | + */ |
|
| 100 | 103 | protected function generateGroupsForRound(Collection $fightersByArea, $round) |
| 101 | 104 | { |
| 102 | 105 | $fightersId = $fightersByArea->pluck('id'); |