mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fix PHPDoc for Report::add_excluded_reports method.
This commit is contained in:
parent
664fa75a02
commit
19974fe1f2
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user