* pairs to get profile field values
*
* @throws API_Exception
- * @return array|CRM_Error
+ * @return array
*
* NOTE this api is not standard & since it is tested we need to honour that
* but the correct behaviour is for it to return an id indexed array as this supports
* pairs to profile field values
*
* @throws API_Exception
- * @return array|CRM_Error
+ * @return array
*
* @todo add example
* @todo add test cases
/**
* Delete a relationship type delete
*
- * @param id of relationship type $id
+ * @param array $params
*
* @return array
* API Result Array
- * {@getfields RelationshipType_delete}
*/
function civicrm_api3_relationship_type_delete($params) {
return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
/**
* build fields array. This is the array of fields as it relates to the given DAO
* returns unique fields as keys by default but if set but can return by DB fields
- * @param CRM_Core_BAO $bao
+ * @param CRM_Core_DAO $bao
*
* @return mixed
*/