Passed
Push — master ( fb22bd...f67b76 )
by Jakub
01:54
created
src/CombatBase.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
       foreach($team as $character) {
240 240
         try {
241 241
           $column++;
242
-          if($character->positionRow > 0 AND $character->positionColumn > 0) {
242
+          if($character->positionRow > 0 and $character->positionColumn > 0) {
243 243
             continue;
244 244
           }
245 245
           setPosition:
Please login to merge, or discard this patch.