Merge pull request #4749 from atif-shaikh/CRM-15729
[civicrm-core.git] / CRM / Contact / Form / Inline / OpenID.php
index f2053cf16f901d412f4d528f21e0277759e66ee5..137d1703376c7bd44f4576ccb40905f8d4012c10 100644 (file)
@@ -39,7 +39,7 @@
 class CRM_Contact_Form_Inline_OpenID extends CRM_Contact_Form_Inline {
 
   /**
-   * ims of the contact that is been viewed
+   * Ims of the contact that is been viewed
    */
   private $_openids = array();
 
@@ -49,7 +49,7 @@ class CRM_Contact_Form_Inline_OpenID extends CRM_Contact_Form_Inline {
   private $_blockCount = 6;
 
   /**
-   * call preprocess
+   * Call preprocess
    */
   public function preProcess() {
     parent::preProcess();
@@ -62,7 +62,7 @@ class CRM_Contact_Form_Inline_OpenID extends CRM_Contact_Form_Inline {
   }
 
   /**
-   * build the form elements for openID object
+   * Build the form object elements for openID object
    *
    * @return void
    * @access public
@@ -97,7 +97,7 @@ class CRM_Contact_Form_Inline_OpenID extends CRM_Contact_Form_Inline {
   }
 
   /**
-   * global validation rules for the form
+   * Global validation rules for the form
    *
    * @param array $fields posted values of the form
    * @param array $errors list of errors to be posted back to the form
@@ -134,7 +134,7 @@ class CRM_Contact_Form_Inline_OpenID extends CRM_Contact_Form_Inline {
   }
 
   /**
-   * set defaults for the form
+   * Set defaults for the form
    *
    * @return array
    * @access public
@@ -155,7 +155,7 @@ class CRM_Contact_Form_Inline_OpenID extends CRM_Contact_Form_Inline {
   }
 
   /**
-   * process the form
+   * Process the form
    *
    * @return void
    * @access public