Test Failed
Push — master ( 241073...2d5b3a )
by Julien
03:08
created
src/models/Fight.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.