X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FPage%2FView%2FLog.php;h=92740f10484f62ea9b8180115f4ed0069b7abec7;hb=76e7a76c36e82fca4901e87abf8f1afddf2384ef;hp=3b8da83952a4356350c88962783289dcc08a6fb9;hpb=b6e6000818a3bc99d2292cb50ea8470e85bff7de;p=civicrm-core.git diff --git a/CRM/Contact/Page/View/Log.php b/CRM/Contact/Page/View/Log.php index 3b8da83952..92740f1048 100644 --- a/CRM/Contact/Page/View/Log.php +++ b/CRM/Contact/Page/View/Log.php @@ -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();