X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FCountry.php;h=647e8aa717001420c88b1da288b225f9b9923cbd;hb=79d7553f54ee92645478d09cf794a539ebb15856;hp=19eff2160c54d72334b1d4dc1c5c7c43647f727c;hpb=c23f45d399981b29f079169078644507b0afe390;p=civicrm-core.git diff --git a/api/v3/Country.php b/api/v3/Country.php index 19eff2160c..647e8aa717 100644 --- a/api/v3/Country.php +++ b/api/v3/Country.php @@ -73,9 +73,9 @@ function _civicrm_api3_country_create_spec(&$params) { * * @example CountryDelete.php Standard Delete Example * - * @return boolean + * @return bool * | error true if successfull, error otherwise - * {@getfields country_delete} + * {@getfields country_delete} */ function civicrm_api3_country_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_DAO(__FUNCTION__), $params); @@ -84,9 +84,6 @@ function civicrm_api3_country_delete($params) { /** * Retrieve one or more countrys * - * @param array input parameters - * - * * @example CountryGet.php Standard Get Example * * @param array $params @@ -94,7 +91,7 @@ function civicrm_api3_country_delete($params) { * * @return array * api result array - * {@getfields country_get} + * {@getfields country_get} */ function civicrm_api3_country_get($params) {