Test Failed
Branch scoresheet (616eaa)
by Julien
04:15
created
src/TreeGen/TreeGen.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -254,8 +254,9 @@  discard block
 block discarded – undo
254 254
     }
255 255
 
256 256
     /**
257
-     * @param $usersByArea
258
-     * @param $area
257
+     * @param Collection $usersByArea
258
+     * @param integer $area
259
+     * @param integer $round
259 260
      *
260 261
      * @return Collection
261 262
      */
@@ -289,7 +290,7 @@  discard block
 block discarded – undo
289 290
     /**
290 291
      * @param $area
291 292
      * @param $fighters
292
-     * @param $order
293
+     * @param integer $order
293 294
      * @param $round
294 295
      * @return FightersGroup
295 296
      */
Please login to merge, or discard this patch.
src/models/FightersGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
     /**
66 66
      * @param Collection $fightersGroup
67
-     * @param $settings
67
+     * @param ChampionshipSettings $settings
68 68
      */
69 69
     public static function generateFights(Collection $fightersGroup, $settings, Championship $championship = null)
70 70
     {
Please login to merge, or discard this patch.