INFRA-132 - Cleanup stray comments
[civicrm-core.git] / CRM / Contact / Page / View / Log.php
index 3b8da83952a4356350c88962783289dcc08a6fb9..92740f10484f62ea9b8180115f4ed0069b7abec7 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Contact_Page_View_Log extends CRM_Core_Page {
   /**
    * called when action is browse
    *
-   * return null
+   * @return null
    */
   public function browse() {
     $loggingReport = CRM_Core_BAO_Log::useLoggingReport();
@@ -89,7 +89,7 @@ class CRM_Contact_Page_View_Log 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();