@@ -78,7 +78,9 @@ |
||
78 | 78 | |
79 | 79 | |
80 | 80 | //If there's already a match in the match array, then that means the next round is round 2, so increase the round number |
81 | - if (count($this->brackets)) $roundNumber++; |
|
81 | + if (count($this->brackets)) { |
|
82 | + $roundNumber++; |
|
83 | + } |
|
82 | 84 | |
83 | 85 | $countMatches = count($matches); |
84 | 86 | //Create the first full round of teams, some may be blank if waiting on the results of a previous round |