Passed
Push — master ( ecb8e9...e6363c )
by Julien
31:31
created
src/TreeGen/TreeGen.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param $userGroups
51
+     * @param Collection $userGroups
52 52
      *
53 53
      * @return int
54 54
      */
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-     * @param $fighterGroups
165
+     * @param Collection $fighterGroups
166 166
      * @param int $max
167 167
      *
168 168
      * @return Collection
@@ -248,9 +248,9 @@  discard block
 block discarded – undo
248 248
 
249 249
     /**
250 250
      * @param $fighters
251
-     * @param $area
251
+     * @param integer $area
252 252
      * @param integer $order
253
-     * @param $round
253
+     * @param integer $round
254 254
      * @return FightersGroup
255 255
      */
256 256
     public function saveGroupAndSync($fighters, $area, $order, $round, $parent, $shuffle)
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
 
291 291
     /**
292 292
      * @param $area
293
-     * @param $order
293
+     * @param integer $order
294 294
      * @param $round
295 295
      * @param $parent
296 296
      * @return FightersGroup
@@ -415,8 +415,8 @@  discard block
 block discarded – undo
415 415
     }
416 416
 
417 417
     /**
418
-     * @param $round
419
-     * @param $shuffle
418
+     * @param integer $round
419
+     * @param integer $shuffle
420 420
      * @param $fightersByEntity
421 421
      * @return mixed
422 422
      */
Please login to merge, or discard this patch.