Test Failed
Push — master ( 42684e...2841c5 )
by Julien
11:02
created
src/TreeGen/DirectEliminationTreeGen.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.