Passed
Push — master ( 005c56...fe6f51 )
by Julien
04:23
created
src/TreeController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @param Request $request
43 43
      *
44
-     * @return \Illuminate\Http\Response|string
44
+     * @return \Illuminate\Http\RedirectResponse
45 45
      */
46 46
     public function store(Request $request, $championshipId)
47 47
     {
Please login to merge, or discard this patch.
src/TreeGen/PlayOffTreeGen.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Chunk Fighters into groups for fighting, and optionnaly shuffle
41 41
      * @param $fightersByEntity
42
-     * @return mixed
42
+     * @return Collection
43 43
      */
44 44
     protected function chunkAndShuffle(Collection $fightersByEntity)
45 45
     {
Please login to merge, or discard this patch.