Completed
Push — master ( c8ac6b...140e26 )
by Julien
01:53
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
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
      * Chunk Fighters into groups for fighting, and optionnaly shuffle
61 61
      * @param $round
62 62
      * @param $fightersByEntity
63
-     * @return mixed
63
+     * @return Collection
64 64
      */
65 65
     protected function chunkAndShuffle($round, Collection $fightersByEntity)
66 66
     {
Please login to merge, or discard this patch.