@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | |
89 | 89 | /** |
90 | 90 | * Save a Fight. |
91 | - * @param $rounds |
|
91 | + * @param Collection $rounds |
|
92 | 92 | * @param int $numRound |
93 | 93 | */ |
94 | 94 | public static function savePreliminaryFightRound($rounds, $numRound = 1) |
@@ -156,6 +156,9 @@ discard block |
||
156 | 156 | // } |
157 | 157 | // } |
158 | 158 | |
159 | + /** |
|
160 | + * @param Collection $rounds |
|
161 | + */ |
|
159 | 162 | public static function saveRoundRobinFights(Championship $championship, $rounds) |
160 | 163 | { |
161 | 164 |