Passed
Push — master ( 829174...1eed22 )
by Jakub
01:43
created
src/CombatBase.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
       foreach($team as $character) {
229 229
         try {
230 230
           $column++;
231
-          if($character->positionRow > 0 AND $character->positionColumn > 0) {
231
+          if($character->positionRow > 0 and $character->positionColumn > 0) {
232 232
             continue;
233 233
           }
234 234
           setPosition:
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
400 400
           continue 2;
401 401
         }
402 402
       }
403
-      throw new NotImplementedException("Action $action is not implemented.");
403
+      throw new NotImplementedException("action $action is not implemented.");
404 404
     }
405 405
   }
406 406
   
Please login to merge, or discard this patch.