Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / Batch.php
index 1d6a4f95bc4114ca6d3cd6ae6d6d9a9869838256..93af82e0cc0eb8e02a91f12d3e22fa01116e6791 100644 (file)
@@ -41,6 +41,8 @@
  * {@getfields batch_create}
  * @example BatchCreate.php
  *
+ * @param $params
+ *
  * @return array of newly created batch property values.
  * @access public
  */
@@ -73,6 +75,8 @@ function _civicrm_api3_batch_create_spec(&$params) {
  * {@getfields batch_get}
  * @example BatchCreate.php
  *
+ * @param $params
+ *
  * @return array of retrieved batch property values.
  * @access public
  */
@@ -87,6 +91,8 @@ function civicrm_api3_batch_get($params) {
  * {@getfields batch_delete}
  * @example BatchCreate.php
  *
+ * @param $params
+ *
  * @return array of deleted values.
  * @access public
  */