*
* @param bool $moveToTrash
*
- * @return void
+ * @return bool is successful
* @access public
* @static
*/
*
* @param bool $changeClient
*
- * @return void.
+ * @return integer|NULL
* @static
*/
static function mergeCases($mainContactId, $mainCaseId = NULL, $otherContactId = NULL,
* @throws CRM_Core_Exception
* @internal param bool $callFromAPI Is this function called from API?
*
- * @return object CRM_Member_BAO_Membership object
+ * @return CRM_Member_BAO_Membership object
* @access public
* @static
*/
/**
* This hook is called before a case merge (or a case reassign)
*
- * @param type $mainContactId
- * @param type $mainCaseId
- * @param type $otherContactId
- * @param type $otherCaseId
- * @param bool|\type $changeClient
+ * @param integer $mainContactId
+ * @param integer $mainCaseId
+ * @param integer $otherContactId
+ * @param integer $otherCaseId
+ * @param bool $changeClient
*
* @return void
*/
/**
* This hook is called after a case merge (or a case reassign)
*
- * @param type $mainContactId
- * @param type $mainCaseId
- * @param type $otherContactId
- * @param type $otherCaseId
- * @param bool|\type $changeClient
+ * @param integer $mainContactId
+ * @param integer $mainCaseId
+ * @param integer $otherContactId
+ * @param integer $otherCaseId
+ * @param bool $changeClient
*
* @return void
*/
/**
* Function to do a 'standard' api del - when the api is only doing a $bao::del then use this
* if api::del doesn't exist it will try DAO delete method
+ *
+ * @param $bao_name
+ * @param $params
+ *
+ * @return array API result array
+ * @throws API_Exception
*/
function _civicrm_api3_basic_delete($bao_name, &$params) {