Passed
Branch master (d020b1)
by Julien
30:07
created
src/TreeGen/TreeGen.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 
48 48
     /**
49 49
      * Get the biggest entity group
50
-     * @param $userGroups
50
+     * @param Collection $userGroups
51 51
      *
52 52
      * @return int
53 53
      */
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 
105 105
     /**
106 106
      * Repart BYE in the tree,
107
-     * @param $fighterGroups
107
+     * @param Collection $fighterGroups
108 108
      * @param int $max
109 109
      *
110 110
      * @return Collection
@@ -185,9 +185,9 @@  discard block
 block discarded – undo
185 185
     }
186 186
 
187 187
     /**
188
-     * @param $area
189
-     * @param $order
190
-     * @param $round
188
+     * @param integer $area
189
+     * @param integer $order
190
+     * @param integer $round
191 191
      * @param $parent
192 192
      * @return FightersGroup
193 193
      */
Please login to merge, or discard this patch.