Test Failed
Branch scoresheet (1f7963)
by Julien
02:50
created
src/models/Fight.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             if (sizeof($fighters) == 0){ // If
47 47
                 $fighters->push(new Competitor());
48 48
                 $fighters->push(new Competitor());
49
-            }else if (count($fighters) % 2 != 0) { // If fighter is not pair, add a BYE
49
+            } else if (count($fighters) % 2 != 0) { // If fighter is not pair, add a BYE
50 50
                 $fighters->push(new Competitor());
51 51
             }
52 52
 
Please login to merge, or discard this patch.