Merge pull request #4961 from pratikshad/core-bugs
[civicrm-core.git] / CRM / Contribute / Page / UserDashboard.php
index d33b0a618e26798a22d6bc02e2435e9c0a58d4f4..608f2cbff13fd8c1702bd3a11d903ebce1fc9eb0 100644 (file)
@@ -36,8 +36,6 @@ class CRM_Contribute_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBo
 
   /**
    * called when action is browse
-   *
-   * @return null
    */
   public function listContribution() {
     $controller = new CRM_Core_Controller_Simple(
@@ -145,8 +143,6 @@ class CRM_Contribute_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBo
   /**
    * 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() {
     $invoiceSettings = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::CONTRIBUTE_PREFERENCES_NAME, 'contribution_invoice_settings');