comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Tag.php
index 89c7bfe6afae3e2169b98e6d3e466f8b062f3adf..f15688b8890e4a5e53e564d4f85ef3918b9b4d36 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contact_Page_View_Tag extends CRM_Core_Page {
 
   /**
-   * called when action is browse.
-   *
-   * @return void
+   * Called when action is browse.
    */
   public function browse() {
     $controller = new CRM_Core_Controller_Simple('CRM_Tag_Form_Tag', ts('Contact Tags'), $this->_action);