INFRA-132 - Cleanup stray comments
[civicrm-core.git] / CRM / Member / Page / UserDashboard.php
index eba8a181999349334293cd9d88cafc8acb2bc58d..a53740f9942f47aef5e003ca635192dbbe0cb690 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Member_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
   /**
    * List memberships for the UF user
    *
-   * return null
+   * @return null
    */
   public function listMemberships() {
     $membership = array();
@@ -96,7 +96,7 @@ class CRM_Member_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
    * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
-   * return null
+   * @return null
    */
   public function run() {
     parent::preProcess();