Fix PHPDoc for Report::add_excluded_reports method.

This commit is contained in:
Garion Herman 2017-04-21 11:31:57 +12:00 committed by Sam Minnée
parent 664fa75a02
commit 19974fe1f2
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{