From fb7f68ebd620e5b50faa18212d414a755345b3f7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 21:12:50 +1200 Subject: [PATCH] comment fix --- api/v3/utils.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/v3/utils.php b/api/v3/utils.php index f040ced75d..1ee834087b 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -800,6 +800,9 @@ function _civicrm_api3_build_fields_array(&$bao, $unique = TRUE) { /** * 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 + * + * @return mixed */ function _civicrm_api3_get_unique_name_array(&$bao) { $fields = $bao->fields(); -- 2.25.1