Completed
Push — master ( 6c1e78...502e50 )
by Jakub
03:28
created
src/Character.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -462,7 +462,7 @@
 block discarded – undo
462 462
   }
463 463
 
464 464
   public function hasStatus(string $status): bool {
465
-    return (array_key_exists($status, $this->status) AND $this->status[$status]);
465
+    return (array_key_exists($status, $this->status) and $this->status[$status]);
466 466
   }
467 467
   
468 468
   /**
Please login to merge, or discard this patch.