Test Failed
Branch master (45c182)
by Julien
03:00
created
src/TreeGen/DirectEliminationTreeGen.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,9 @@
 block discarded – undo
121 121
         }
122 122
 
123 123
         //If there's already a match in the match array, then that means the next round is round 2, so increase the round number
124
-        if (count($this->brackets)) $roundNumber++;
124
+        if (count($this->brackets)) {
125
+            $roundNumber++;
126
+        }
125 127
 
126 128
         //Create the first full round of teams, some may be blank if waiting on the results of a previous round
127 129
         for ($i = 0; $i < count($matches); $i++) {
Please login to merge, or discard this patch.