Completed
Push — master ( 886ef9...fa35c6 )
by Julien
06:43
created
src/models/FightersGroup.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,14 +195,14 @@
 block discarded – undo
195 195
      */
196 196
     public function getValueToUpdate()
197 197
     {
198
-        try{
198
+        try {
199 199
             if ($this->championship->category->isTeam()) {
200 200
                 return $this->teams->map->id[0];
201 201
             }
202 202
 
203 203
             return $this->competitors->map->id[0];
204 204
 
205
-        }catch (ErrorException $e){
205
+        } catch (ErrorException $e) {
206 206
             return null;
207 207
         }
208 208
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
 
203 203
             return $this->competitors->map->id[0];
204 204
 
205
-        }catch (ErrorException $e){
205
+        } catch (ErrorException $e){
206 206
             return null;
207 207
         }
208 208
 
Please login to merge, or discard this patch.
src/TreeGen/SingleEliminationTreeGen.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Create empty groups after round 1
52 52
      *
53
-     * @param $numFighters
53
+     * @param integer $numFighters
54 54
      */
55 55
     protected function pushEmptyGroupsToTree($numFighters)
56 56
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * @param Collection $usersByArea
152
-     * @param $round
152
+     * @param integer $round
153 153
      */
154 154
     public function generateGroupsForRound(Collection $usersByArea, $round)
155 155
     {
Please login to merge, or discard this patch.
resources/views/partials/tree/brackets/thirdPlaceFight.blade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 
2 2
     {{--<?php--}}
3
-    {{--$match['matchWrapperTop'] += 100;--}}
3
+    {{--$match['matchWrapperTop'] += 100; --}}
4 4
     {{--?>--}}
5 5
     {{--@include('partials.tree.brackets.myfight')--}}
6 6
 
Please login to merge, or discard this patch.