From 3f6b4d98796ceaed0de409f66b671d30d851b146 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 10 Jan 2017 13:07:23 +1100 Subject: [PATCH] Remove duplicated doc bloc comments --- api/v3/ActivityType.php | 1 - api/v3/File.php | 1 - api/v3/Group.php | 1 - api/v3/LineItem.php | 1 - api/v3/Membership.php | 1 - api/v3/OptionValue.php | 1 - api/v3/ParticipantStatusType.php | 1 - 7 files changed, 7 deletions(-) diff --git a/api/v3/ActivityType.php b/api/v3/ActivityType.php index caa28fd7c7..77a656ac33 100644 --- a/api/v3/ActivityType.php +++ b/api/v3/ActivityType.php @@ -111,7 +111,6 @@ function _civicrm_api3_activity_type_create_spec(&$params) { * @param array $params * Array including id of activity_type to delete. * @return array API result array - * API result array * @throws API_Exception * @deprecated use OptionValue api */ diff --git a/api/v3/File.php b/api/v3/File.php index d048cbbacd..89eac465ba 100644 --- a/api/v3/File.php +++ b/api/v3/File.php @@ -126,7 +126,6 @@ function civicrm_api3_file_update($params) { * @param array $params * Array per getfields metadata. * @return array API Result Array - * API Result Array * @throws API_Exception */ function civicrm_api3_file_delete($params) { diff --git a/api/v3/Group.php b/api/v3/Group.php index ab60db909c..8538a33c4b 100644 --- a/api/v3/Group.php +++ b/api/v3/Group.php @@ -93,7 +93,6 @@ function civicrm_api3_group_get($params) { * @param array $params * [id] * @return array API result array - * API result array * @throws API_Exception */ function civicrm_api3_group_delete($params) { diff --git a/api/v3/LineItem.php b/api/v3/LineItem.php index ca677c6415..7b80f6bf35 100644 --- a/api/v3/LineItem.php +++ b/api/v3/LineItem.php @@ -89,7 +89,6 @@ function civicrm_api3_line_item_get($params) { * @param array $params * Array containing id of the group to be deleted. * @return array API result array - * API result array * @throws API_Exception */ function civicrm_api3_line_item_delete($params) { diff --git a/api/v3/Membership.php b/api/v3/Membership.php index ab36675af7..cf926cc8e7 100644 --- a/api/v3/Membership.php +++ b/api/v3/Membership.php @@ -55,7 +55,6 @@ function _civicrm_api3_membership_delete_spec(&$params) { * @param array $params * Array array holding id - Id of the contact membership to be deleted. * @return array API result array. - * API result array. * @throws API_Exception */ function civicrm_api3_membership_delete($params) { diff --git a/api/v3/OptionValue.php b/api/v3/OptionValue.php index 28acc3bd23..0f960ee9e6 100644 --- a/api/v3/OptionValue.php +++ b/api/v3/OptionValue.php @@ -102,7 +102,6 @@ function _civicrm_api3_option_value_create_spec(&$params) { * * @param array $params * @return array API result array - * API result array * @throws API_Exception */ function civicrm_api3_option_value_delete($params) { diff --git a/api/v3/ParticipantStatusType.php b/api/v3/ParticipantStatusType.php index 8c960bb000..22ea6081b9 100644 --- a/api/v3/ParticipantStatusType.php +++ b/api/v3/ParticipantStatusType.php @@ -69,7 +69,6 @@ function civicrm_api3_participant_status_type_get($params) { * @param array $params * [id] * @return array api result array - * api result array * @throws API_Exception */ function civicrm_api3_participant_status_type_delete($params) { -- 2.25.1