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:
Daniel Siepmann 2018-03-15 11:29:29 +01:00
parent 5a0a4931e4
commit 403fd47df0
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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, '');