phpcs - Fix error, "CONST keyword must be lowercase; expected const but found CONST"
[civicrm-core.git] / CRM / Utils / Mail / Incoming.php
index 90da88be84e22fa29cefc82678ad59ac4da0efe4..26e3ce1cc5627729b189a5dbc701d929070e1099 100644 (file)
@@ -33,7 +33,7 @@
  *
  */
 class CRM_Utils_Mail_Incoming {
-  CONST
+  const
     EMAILPROCESSOR_CREATE_INDIVIDUAL = 1,
     EMAILPROCESSOR_OVERRIDE = 2,
     EMAILPROCESSOR_IGNORE = 3;