Merge pull request #6973 from joannechester/CRM-17407
[civicrm-core.git] / CRM / Activity / Page / UserDashboard.php
index 1a6c9d331462427ea7377616d2cd530dfc5c2a8c..b9d5f89a2b0a70c115558f125cd5bda705c74123 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
- * This class is for building event(participation) block on user dashboard
+ * This class is for building event(participation) block on user dashboard.
  */
 class CRM_Activity_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
 
@@ -66,10 +64,9 @@ class CRM_Activity_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoar
   }
 
   /**
-   * 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() {
     parent::preProcess();