Test Failed
Branch scoresheet (d5c514)
by Julien
12:40
created
src/models/FightersGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
     /**
66 66
      * @param Collection $fightersGroup
67
-     * @param $settings
67
+     * @param ChampionshipSettings $settings
68 68
      */
69 69
     public static function generateFights(Collection $fightersGroup, $settings, Championship $championship = null)
70 70
     {
Please login to merge, or discard this patch.
src/TreeGen/TreeGen.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Xoco70\KendoTournaments\TreeGen;
4 4
 
5
-use App\User;
6 5
 use Illuminate\Support\Collection;
7 6
 use Xoco70\KendoTournaments\Contracts\TreeGenerable;
8 7
 use Xoco70\KendoTournaments\Exceptions\TreeGenerationException;
Please login to merge, or discard this patch.