phpcs - Fix error, "CONST keyword must be lowercase; expected const but found CONST"
[civicrm-core.git] / CRM / Contribute / Form / ContributionPage / Amount.php
index 4361e1d42ac86410753c77df26e82d96f11b4ca4..c1d013058634bff06852db01c83417d55bb9b912 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Contribute_Form_ContributionPage_Amount extends CRM_Contribute_Form_Co
   /**
    * Constants for number of options for data types of multiple option.
    */
-  CONST NUM_OPTION = 11;
+  const NUM_OPTION = 11;
 
   /**
    * Build the form object