X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FReportTemplate.php;h=2b96179265d1c7561a6c60e8b3fd2a4267d5bba8;hb=c19426b6cd66fabbb6256dd4b229dba00101111c;hp=5d2e98fe6162982b902fa9e30bfedba44ab84aac;hpb=4beda4a7950cb902a9ddd0b0964ff61ed188011c;p=civicrm-core.git diff --git a/api/v3/ReportTemplate.php b/api/v3/ReportTemplate.php index 5d2e98fe61..2b96179265 100644 --- a/api/v3/ReportTemplate.php +++ b/api/v3/ReportTemplate.php @@ -97,6 +97,9 @@ function civicrm_api3_report_template_delete($params) { * * @return array * API result array + * + * @throws \API_Exception + * @throws \CiviCRM_API3_Exception */ function civicrm_api3_report_template_getrows($params) { civicrm_api3_verify_one_mandatory($params, NULL, ['report_id', 'instance_id']);