mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 01:36:12 +01:00
TASK: Add necessary phpdoc for extbase
As extbase does not reflect PHP source but phpdoc, we have to define the type to use for mapping as phpdoc.
This commit is contained in:
parent
5a0a4931e4
commit
403fd47df0
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ class SearchRequest implements SearchRequestInterface
|
|||
return $this->query;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $filter
|
||||
*/
|
||||
public function setFilter(array $filter)
|
||||
{
|
||||
$filter = \TYPO3\CMS\Core\Utility\ArrayUtility::removeArrayEntryByValue($filter, '');
|
||||
|
|
Loading…
Reference in a new issue