INFRA-132 - Cleanup stray comments
[civicrm-core.git] / CRM / Contact / Page / View / Note.php
index f3039e474b7e8dcc30a678648efd58576dc51547..760a86a5b20774a54bc7816522d0dda21dcfa93c 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
   /**
    * called when action is browse
    *
-   * return null
+   * @return null
    */
   public function browse() {
     $note = new CRM_Core_DAO_Note();
@@ -161,7 +161,7 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
   /**
    * called when action is update or new
    *
-   * return null
+   * @return null
    */
   public function edit() {
     $controller = new CRM_Core_Controller_Simple('CRM_Note_Form_Note', ts('Contact Notes'), $this->_action);
@@ -215,7 +215,7 @@ class CRM_Contact_Page_View_Note extends CRM_Core_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->preProcess();