Merge pull request #3207 from totten/master-alerts
[civicrm-core.git] / api / v3 / Pledge.php
index 52eb53e0a7c07a85a11eaf15cafe081b6f7c7098..9955b91299a74072a9d0cf1a74afbf6d0a72ae74 100644 (file)
@@ -155,11 +155,13 @@ function _civicrm_api3_pledge_get_defaults() {
  * take the input parameter list as specified in the data model and
  * convert it into the same format that we use in QF and BAO object
  *
- * @param array  $params       Associative array of property name/value
- *                             pairs to insert in new contact.
- * @param array  $values       The reformatted properties that we can use internally
+ * @param array $values The reformatted properties that we can use internally
  *                            '
  *
+ * @param bool $create
+ *
+ * @internal param array $params Associative array of property name/value
+ *                             pairs to insert in new contact.
  * @return array|CRM_Error
  * @access public
  */