Merge pull request #4917 from eileenmcnaughton/minor-tidies
[civicrm-core.git] / CRM / Event / Page / Tab.php
index f5cd976faa955eea7432cd3ba354176a0737a072..1cc1f3f996248fffe6b3550efc5362f24ebb78e5 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   /**
    * called when action is browse
    *
-   * return null
+   * @return null
    */
   public function browse() {
     $controller = new CRM_Core_Controller_Simple(
@@ -72,7 +72,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   /**
    * called when action is view
    *
-   * return null
+   * @return null
    */
   public function view() {
     // build associated contributions
@@ -93,7 +93,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   /**
    * called when action is update or new
    *
-   * return null
+   * @return null
    */
   public function edit() {
     // set https for offline cc transaction
@@ -148,7 +148,7 @@ class CRM_Event_Page_Tab 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();
@@ -284,7 +284,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
    * used for the to show the associated
    * contribution for the participant
    *
-   * return null
+   * @return null
    */
   public function associatedContribution() {
     if (CRM_Core_Permission::access('CiviContribute')) {