Merge pull request #4087 from robinmitra/master
[civicrm-core.git] / CRM / Tag / Form / Tag.php
index afb3b784b9186d53c99cd8249fc49e4d7c7bca8a..2e65e28a8fdb59fa6068bca91c935056fef16e4e 100644 (file)
@@ -66,7 +66,7 @@ class CRM_Tag_Form_Tag extends CRM_Core_Form {
   }
 
   /**
-   * Function to build the form
+   * Build the form object
    *
    * @return void
    * @access public
@@ -113,7 +113,6 @@ class CRM_Tag_Form_Tag extends CRM_Core_Form {
   }
 
   /**
-   *
    * @access public
    *
    * @return void
@@ -130,6 +129,5 @@ class CRM_Tag_Form_Tag extends CRM_Core_Form {
 
     CRM_Core_Session::setStatus(ts('Your update(s) have been saved.'), ts('Saved'), 'success');
   }
-  //end of function
 }