INFRA-132 - Cleanup stray comments
[civicrm-core.git] / CRM / Contact / Page / View / UserDashBoard / GroupContact.php
index 05a908ae0b2c504a27d0218ab479498cad73193c..e8570e9201f483c2bcb8f9c14a507f9fe7140aa7 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
   /**
    * called when action is browse
    *
-   * return null
+   * @return null
    */
   public function browse() {
     $count = CRM_Contact_BAO_GroupContact::getContactGroup(
@@ -79,7 +79,7 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
    *
    * @param int $groupId
    *
-   * return null
+   * @return null
    */
   public function edit($groupId = NULL) {
     $this->assign('edit', $this->_edit);
@@ -132,7 +132,7 @@ 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.
    *
-   * return null
+   * @return null
    */
   public function run() {
     $this->edit();