Merge pull request #5597 from pratikshad/CRM-16008
[civicrm-core.git] / CRM / Event / BAO / ParticipantPayment.php
index 3e795972c2247db69a75b1e9b8d72ed5d313d9ac..511e96b7484d96d4029e3c9a82df1fcb82255784 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
 class CRM_Event_BAO_ParticipantPayment extends CRM_Event_DAO_ParticipantPayment {
 
   /**
-   * Creates or updates a participant payment record
+   * Creates or updates a participant payment record.
    *
    * @param array $params
    *   of values to initialize the record with.
@@ -93,7 +93,7 @@ class CRM_Event_BAO_ParticipantPayment extends CRM_Event_DAO_ParticipantPayment
   }
 
   /**
-   * Delete the record that are associated with this ParticipantPayment
+   * Delete the record that are associated with this ParticipantPayment.
    * Also deletes the associated contribution for this participant
    *
    * @param array $params