X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FPhone.php;h=599ee8ce7c385e40c66236c2f04cafb5ec785490;hb=b081365f52508bfd1fb0d3d15f3a0d48f5e9df12;hp=291b603c5070b3a8a6e1fd3cc7d51c3639e21ec7;hpb=41bd5fcb2e89d4a93829d2d72ec35a36ea0727e0;p=civicrm-core.git diff --git a/api/v3/Phone.php b/api/v3/Phone.php index 291b603c50..599ee8ce7c 100644 --- a/api/v3/Phone.php +++ b/api/v3/Phone.php @@ -29,8 +29,6 @@ * This api exposes CiviCRM phone. * * @package CiviCRM_APIv3 - * @subpackage API_Phone - * */ /** @@ -52,7 +50,7 @@ function civicrm_api3_phone_create($params) { * The metadata is used for setting defaults, documentation & validation. * * @param array $params - * Array or parameters determined by getfields. + * Array of parameters determined by getfields. */ function _civicrm_api3_phone_create_spec(&$params) { $params['contact_id']['api.required'] = 1; @@ -78,5 +76,4 @@ function civicrm_api3_phone_delete($params) { * civicrm_api('Phone','Get') to retrieve one or more phones is implemented by * function civicrm_api3_phone_get ($params) into the file Phone/Get.php * Could have been implemented here in this file too, but we moved it to illustrate the feature with a real usage. - * */