Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-25-11-27-40
[civicrm-core.git] / CRM / Event / Page / UserDashboard.php
index 35f7cfb95960b4de51fbdef27f2ae41eb3ea89f2..57134c0a143abe235fab319701a560b2a2af1eae 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -39,7 +39,7 @@
 class CRM_Event_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
-   * List participations for the UF user
+   * List participations for the UF user.
    *
    */
   public function listParticipations() {
@@ -67,4 +67,5 @@ class CRM_Event_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
     parent::preProcess();
     $this->listParticipations();
   }
+
 }