mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX Revert semver break in adding GridField type hint to method signature
This commit is contained in:
parent
3b7802bb51
commit
0276f6c089
@ -178,7 +178,7 @@ class GridFieldFilterHeader implements GridField_URLHandler, GridField_HTMLProvi
|
||||
* @param GridField $gridField
|
||||
* @return boolean
|
||||
*/
|
||||
public function canFilterAnyColumns(GridField $gridField)
|
||||
public function canFilterAnyColumns($gridField)
|
||||
{
|
||||
$list = $gridField->getList();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user