Merge pull request #4806 from civicrm/4.5
[civicrm-core.git] / CRM / Custom / Form / ChangeFieldType.php
index bc57ce0c7945d341dd648de458b031c08df25114..c9e588351962996255b0056c2a410fc8d0358ba3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -39,7 +39,7 @@
 class CRM_Custom_Form_ChangeFieldType extends CRM_Core_Form {
 
   /**
-   * the field id
+   * The field id
    *
    * @var int
    * @access protected
@@ -47,17 +47,17 @@ class CRM_Custom_Form_ChangeFieldType extends CRM_Core_Form {
   protected $_id;
 
   /**
-   * array of custom field values
+   * Array of custom field values
    */
   protected $_values;
 
   /**
-   * mapper array of valid field type
+   * Mapper array of valid field type
    */
   protected $_htmlTypeTransitions;
 
   /**
-   * set up variables to build the form
+   * Set up variables to build the form
    *
    * @return void
    * @acess protected
@@ -91,7 +91,7 @@ class CRM_Custom_Form_ChangeFieldType extends CRM_Core_Form {
   }
 
   /**
-   * Function to actually build the form
+   * Build the form object
    *
    * @return void
    * @access public