phpcs - Fix error, "CONST keyword must be lowercase; expected const but found CONST"
[civicrm-core.git] / CRM / Core / Payment / FirstData.php
index e3e378fdf0e7ef6121a4c0828ec46f51a8fd1c75..bffb1032511a8d02a53fff510c52af15e2d23146 100644 (file)
@@ -51,7 +51,7 @@ future.
 ***************************/
 class CRM_Core_Payment_FirstData extends CRM_Core_Payment {
   # (not used, implicit in the API, might need to convert?)
-  CONST CHARSET = 'UFT-8';
+  const CHARSET = 'UFT-8';
 
   /**
    * We only need one instance of this object. So we use the singleton