From f12e4c41a90a6f0a1b1e78db43de8d8fd379bac1 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 2 Dec 2015 15:11:47 +1300 Subject: [PATCH] fix missing param in comment --- api/v3/utils.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v3/utils.php b/api/v3/utils.php index 1590bad769..106f7fb3ca 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -847,8 +847,12 @@ SELECT f.id, f.label, f.data_type, * Are we just after the count. * @param int $mode * This basically correlates to the component. + * @param null|array $defaultReturnProperties + * Default return properties for the entity + * (used if return not set - but don't do that - set return!). * * @return array + * @throws API_Exception */ function _civicrm_api3_get_using_query_object($entity, $params, $additional_options = array(), $getCount = NULL, $mode = 1, $defaultReturnProperties = NULL) { $lowercase_entity = _civicrm_api_get_entity_name_from_camel($entity); -- 2.25.1