Completed
Push — master ( 75d382...ae8aef )
by Julien
08:37
created
src/TreeGen/PlayOffTreeGen.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  discard block
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * Calculate the Byes need to fill the Championship Tree.
18
-     * @param Championship $championship
19 18
      * @param $fighters
20 19
      * @return Collection
21 20
      */
@@ -65,7 +64,7 @@  discard block
 block discarded – undo
65 64
      * Chunk Fighters into groups for fighting, and optionnaly shuffle
66 65
      * @param $round
67 66
      * @param $fightersByEntity
68
-     * @return mixed
67
+     * @return Collection
69 68
      */
70 69
     protected function chunkAndShuffle($round, Collection $fightersByEntity)
71 70
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Illuminate\Support\Facades\App;
7 7
 use Xoco70\KendoTournaments\Models\Championship;
8 8
 use Xoco70\KendoTournaments\Models\DirectEliminationFight;
9
-use Xoco70\KendoTournaments\Models\Fight;
10 9
 use Xoco70\KendoTournaments\Models\PreliminaryFight;
11 10
 
12 11
 abstract class PlayOffTreeGen extends TreeGen
Please login to merge, or discard this patch.