Test Failed
Push — master ( 4233d7...5a5644 )
by Julien
03:42
created
src/models/Fight.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 
87 87
     /**
88 88
      * Save a Fight.
89
-     * @param Collection $rounds
89
+     * @param \Illuminate\Support\Collection $rounds
90 90
      * @param int $numRound
91 91
      */
92 92
     public static function savePreliminaryFightRound($rounds, $numRound = 1)
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 //    }
156 156
 
157 157
     /**
158
-     * @param Collection $rounds
158
+     * @param \Illuminate\Support\Collection $rounds
159 159
      */
160 160
     public static function saveRoundRobinFights(Championship $championship, $rounds)
161 161
     {
Please login to merge, or discard this patch.
src/TreeGen/TreeGen.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -242,8 +242,8 @@  discard block
 block discarded – undo
242 242
     }
243 243
 
244 244
     /**
245
-     * @param $usersByArea
246
-     * @param $area
245
+     * @param Collection $usersByArea
246
+     * @param integer $area
247 247
      * @return Collection
248 248
      */
249 249
     public function generateAllRounds($usersByArea, $area)
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
     /**
278 278
      * @param $area
279 279
      * @param $fighters
280
-     * @param $order
280
+     * @param integer $order
281 281
      * @return Round
282 282
      */
283 283
     public function saveRound($area, $fighters, $order)
Please login to merge, or discard this patch.