@@ -195,14 +195,14 @@ |
||
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 |
@@ -202,7 +202,7 @@ |
||
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 |
@@ -50,7 +50,7 @@ discard block |
||
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 |
||
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 | { |
@@ -1,6 +1,6 @@ |
||
1 | 1 | |
2 | 2 | {{--<?php--}} |
3 | - {{--$match['matchWrapperTop'] += 100;--}} |
|
3 | + {{--$match['matchWrapperTop'] += 100; --}} |
|
4 | 4 | {{--?>--}} |
5 | 5 | {{--@include('partials.tree.brackets.myfight')--}} |
6 | 6 |