Merge pull request #4752 from davecivicrm/CRM-15180
[civicrm-core.git] / CRM / Price / Form / Field.php
index 2be5586f0a7de9a6dc86cd227efab7e06413935d..7146644ac23c77868d7a6b33996fbf4306220c52 100644 (file)
@@ -44,7 +44,7 @@ class CRM_Price_Form_Field extends CRM_Core_Form {
   CONST NUM_OPTION = 15;
 
   /**
-   * the custom set id saved to the session for an update
+   * The custom set id saved to the session for an update
    *
    * @var int
    * @access protected
@@ -68,13 +68,13 @@ class CRM_Price_Form_Field extends CRM_Core_Form {
   protected $_extendComponentId;
 
   /**
-   * variable is set if price set is used for membership
+   * Variable is set if price set is used for membership
    * @access protected
    */
   protected $_useForMember;
 
   /**
-   * set variables up before form is built
+   * Set variables up before form is built
    *
    * @param null
    *
@@ -389,7 +389,7 @@ class CRM_Price_Form_Field extends CRM_Core_Form {
   }
 
   /**
-   * global validation rules for the form
+   * Global validation rules for the form
    *
    * @param array $fields posted values of the form
    *