From 19974fe1f2a94272dd6a16f3397d0e4222bcecf9 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Fri, 21 Apr 2017 11:31:57 +1200 Subject: [PATCH] Fix PHPDoc for Report::add_excluded_reports method. --- code/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Report.php b/code/Report.php index 15a8c1c7..0c7b2e52 100644 --- a/code/Report.php +++ b/code/Report.php @@ -206,7 +206,7 @@ class Report extends ViewableData /** * Exclude certain reports classes from the list of Reports in the CMS - * @param $reportClass Can be either a string with the report classname or an array of reports classnames + * @param $reportClass string|array A string with the Report classname or an array of Report classnames */ public static function add_excluded_reports($reportClass) {