Skip to content

Commit

Permalink
Update docblock type for constant and specify "newer" version of reports
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Nov 26, 2018
1 parent 5d36bf1 commit 9a08c63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Reports/ElementsInUseReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class ElementsInUseReport extends Report
{
/**
* The string used in GET params to filter the records in this report by element type
*
* @var string
*/
const CLASS_NAME_FILTER_KEY = 'ClassName';

Expand Down Expand Up @@ -116,7 +118,7 @@ public function getReportField()
}

/**
* When used with newer versions of silverstripe-reports this method will automatically be added as breadcrumbs
* When used with silverstripe/reports >= 4.4, this method will automatically be added as breadcrumbs
* leading up to this report.
*
* @return ArrayData[]
Expand Down

0 comments on commit 9a08c63

Please sign in to comment.