Passed
Push — master ( 27bd2c...340ca4 )
by Julien
02:28
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
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      *
43 43
      * @param $fightersByEntity
44 44
      *
45
-     * @return mixed
45
+     * @return Collection
46 46
      */
47 47
     protected function chunkAndShuffle(Collection $fightersByEntity)
48 48
     {
Please login to merge, or discard this patch.