From 23fb5e08398fb11b46bfbfc7fbdd5a0610c50007 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 16:49:40 +1200 Subject: [PATCH] another comment fix --- api/v3/Profile.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/v3/Profile.php b/api/v3/Profile.php index 4f337da33c..7ed5c434da 100644 --- a/api/v3/Profile.php +++ b/api/v3/Profile.php @@ -686,7 +686,12 @@ function _civicrm_api3_map_profile_fields_to_entity(&$field) { /** * @todo this should be handled by the api wrapper using getfields info - need to check - * how we add a a pseudoconstant to this pseudoapi to make that work + * how we add a a pseudoconstant to this pseudo api to make that work + * + * @param $profileID + * + * @return array + * @throws CiviCRM_API3_Exception */ function _civicrm_api3_profile_getProfileID($profileID) { if(!empty($profileID) && strtolower($profileID) != 'billing' && !is_numeric($profileID)) { -- 2.25.1