clean up changes for batch 18
[civicrm-core.git] / CRM / Pledge / Page / UserDashboard.php
index c5f5d35b31a626c145f8ba10f1500514ab754ea0..98eb57866e248b70cb823f465671e67f07074e5e 100644 (file)
@@ -35,9 +35,8 @@
 class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
-   * return null
    */
   public function listPledges() {
     $controller = new CRM_Core_Controller_Simple(
@@ -69,10 +68,9 @@ class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
-   * return null
    */
   public function run() {
     parent::preProcess();