X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FAttachment.php;h=5ca4f68c3950d287d8f31f3832618ed961f05fa2;hb=af3775b322b9e4f11d097067367f0ea7763f5f10;hp=5bc789282b5913b44b08b67e6217b532528a1587;hpb=6fd0519667b8c37759460c6c1516a22210418aa5;p=civicrm-core.git diff --git a/api/v3/Attachment.php b/api/v3/Attachment.php index 5bc789282b..5ca4f68c39 100644 --- a/api/v3/Attachment.php +++ b/api/v3/Attachment.php @@ -96,12 +96,11 @@ function _civicrm_api3_attachment_create_spec(&$spec) { } /** - * Create an attachment. + * Create an Attachment. * * @param array $params * * @return array - * Array of newly created file property values. * @throws API_Exception validation errors * @see Civi\API\Subscriber\DynamicFKAuthorization */ @@ -189,7 +188,7 @@ function _civicrm_api3_attachment_get_spec(&$spec) { } /** - * Get attachment. + * Get Attachment. * * @param array $params * @@ -209,7 +208,7 @@ function civicrm_api3_attachment_get($params) { } /** - * Adjust metadata for attachment delete action. + * Adjust metadata for Attachment delete action. * * @param $spec */ @@ -223,7 +222,7 @@ function _civicrm_api3_attachment_delete_spec(&$spec) { } /** - * Delete attachment. + * Delete Attachment. * * @param array $params *