INFRA-132 - Copyright header - Drupal.WhiteSpace.ScopeIndent.IncorrectExact
[civicrm-core.git] / CRM / Event / Page / UserDashboard.php
index 5bd6e74e3db3dffeebb356f838ac508f11f1083b..e3d164350f7f3d4296accc2acfc461c0109813b0 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -41,7 +41,6 @@ class CRM_Event_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
   /**
    * List participations for the UF user
    *
-   * return null
    */
   public function listParticipations() {
     $controller = new CRM_Core_Controller_Simple(
@@ -63,10 +62,10 @@ class CRM_Event_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
    * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
-   * return null
    */
   public function run() {
     parent::preProcess();
     $this->listParticipations();
   }
+
 }