comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / UserDashBoard / GroupContact.php
index 67562fc095f2b9446a227c719357d88c33b6b879..11f8c09eb20b7debf96b337e4c1fac9677d660a1 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
-   * called when action is browse.
-   *
-   * @return void
+   * Called when action is browse.
    */
   public function browse() {
     $count = CRM_Contact_BAO_GroupContact::getContactGroup(
@@ -127,10 +123,9 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
   }
 
   /**
-   * the main function that is called when the page loads,
-   * it decides the which action has to be taken for the page.
+   * The main function that is called when the page loads.
    *
-   * @return void
+   * It decides the which action has to be taken for the page.
    */
   public function run() {
     $this->edit();