mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 03:56:11 +01:00
BUGFIX: Keep necessary type hint for extbase
This commit is contained in:
parent
8531f26410
commit
6f34ca273b
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ class SearchRequest implements SearchRequestInterface
|
|||
return $this->query;
|
||||
}
|
||||
|
||||
/**
|
||||
* Type hint necessary for extbase!
|
||||
*
|
||||
* @param array $filter
|
||||
*/
|
||||
public function setFilter(array $filter)
|
||||
{
|
||||
$filter = ArrayUtility::removeArrayEntryByValue($filter, '');
|
||||
|
|
Loading…
Reference in a new issue