fix comment blocks
[civicrm-core.git] / api / v3 / PledgePayment.php
index c946fe4c94932d6bb880862c455159f9144d2586..bd7e9c89112aae5a034551a97a1692821da583c8 100644 (file)
@@ -51,7 +51,6 @@
  *
  * @return array
  *   API Result
- * @access public
  */
 function civicrm_api3_pledge_payment_create($params) {
 
@@ -100,7 +99,6 @@ function _civicrm_api3_pledge_payment_create_spec(&$params) {
  *
  * @return array
  *   API result
- * @access public
  */
 function civicrm_api3_pledge_payment_delete($params) {
 
@@ -122,7 +120,6 @@ function civicrm_api3_pledge_payment_delete($params) {
  *
  * @return array
  *   (reference )        array of pledges, if error an array with an error id and error message
- * @access public
  */
 function civicrm_api3_pledge_payment_get($params) {