comment tweaks (typos etc)
[civicrm-core.git] / api / v3 / Pledge.php
index 88b55be7d0225b4a2dcae3bb562fd44961eb0c4b..19c7c9bc9ec70771425d52491a61f5c9a39b750c 100644 (file)
@@ -124,9 +124,9 @@ function _civicrm_api3_pledge_create_spec(&$params) {
 /**
  * Retrieve a set of pledges, given a set of input params
  *
- * @param  array   $params           (reference ) input parameters. Use interogate for possible fields
+ * @param  array $params input parameters. Use interrogate for possible fields
  *
- * @return array (reference )        array of pledges, if error an array with an error id and error message
+ * @return array  array of pledges, if error an array with an error id and error message
  * {@getfields pledge_get}
  * @example PledgeGet.php
  * @access public