Test Failed
Push — master ( 2841c5...928d31 )
by Julien
04:15
created
src/models/FightersGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param $settings
66
+     * @param ChampionshipSettings $settings
67 67
      * @param Championship $championship
68 68
      */
69 69
     public static function generateFights(Collection $fightersGroup, $settings, Championship $championship = null)
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
@@ -246,8 +246,8 @@  discard block
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @param $usersByArea
250
-     * @param $area
249
+     * @param Collection $usersByArea
250
+     * @param integer $area
251 251
      *
252 252
      * @return Collection
253 253
      */
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
     /**
282 282
      * @param $area
283 283
      * @param $fighters
284
-     * @param $order
284
+     * @param integer $order
285 285
      *
286 286
      * @return FightersGroup
287 287
      */
Please login to merge, or discard this patch.