INFRA-132 - Misc
[civicrm-core.git] / api / v3 / ParticipantPayment.php
index 31d8d0c1dfb7909d70a5078290e25e77e03c2635..be5ff03ba830885cbd78fcfaa1544eff315210c8 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  *
  */
 
-/**
- * Files required for this package
- */
-
 /**
  * Create a Event Participant Payment
  *
@@ -53,9 +48,8 @@
  * {@example ParticipantPaymentCreate.php 0}
  *
  * @return array
  *   of newly created payment property values.
*   Array of newly created payment property values.
  * {@getfields ParticipantPayment_create}
- * @access public
  */
 function civicrm_api3_participant_payment_create($params) {
 
@@ -91,10 +85,9 @@ function _civicrm_api3_participant_payment_create_spec(&$params) {
  * @param array $params
  *
  * @return array
  *   API result
+ *   API result
  * @example ParticipantPaymentDelete.php
  * {@getfields ParticipantPayment_delete}
- * @access public
  */
 function civicrm_api3_participant_payment_delete($params) {
   $participant = new CRM_Event_BAO_ParticipantPayment();
@@ -109,10 +102,9 @@ function civicrm_api3_participant_payment_delete($params) {
  *   Input parameters.
  *
  * @return array
  *   array of properties, if error an array with an error id and error message
+ *   array of properties, if error an array with an error id and error message
  * @example ParticipantPaymentGet
  * {@getfields ParticipantPayment_get}
- * @access public
  */
 function civicrm_api3_participant_payment_get($params) {
   return _civicrm_api3_basic_get('CRM_Event_DAO_ParticipantPayment', $params);