From: Eileen McNaughton Date: Sat, 24 May 2014 04:49:40 +0000 (+1200) Subject: another comment fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=23fb5e08398fb11b46bfbfc7fbdd5a0610c50007;p=civicrm-core.git another comment fix --- 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)) {