Merge branch 'phpunit-ob-fix' of https://github.com/giant-rabbit/civicrm-core into...
[civicrm-core.git] / CRM / Contact / Form / Task / SMS.php
index 5eb487817e2a00e2b3cc0d545204846c4913bc6f..79c80114d0b78a0bbd4a0ef38fd5247f002addaf 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Contact_Form_Task_SMS extends CRM_Contact_Form_Task {
   public $_single = FALSE;
 
   /**
-   * all the existing templates in the system
+   * All the existing templates in the system
    *
    * @var array
    */
@@ -73,7 +73,7 @@ class CRM_Contact_Form_Task_SMS extends CRM_Contact_Form_Task {
   }
 
   /**
-   * Build the form
+   * Build the form object
    *
    * @access public
    *
@@ -87,7 +87,7 @@ class CRM_Contact_Form_Task_SMS extends CRM_Contact_Form_Task {
   }
 
   /**
-   * process the form after the input has been submitted and validated
+   * Process the form after the input has been submitted and validated
    *
    * @access public
    *