Fix docs to make Psalm happier

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-12-09 09:18:53 +01:00 committed by backportbot[bot]
parent 0b717bd056
commit 76f5436f9b

View file

@ -86,12 +86,7 @@ class MailPlugin implements ISearchPlugin {
}
/**
* @param $search
* @param $limit
* @param $offset
* @param ISearchResult $searchResult
* @return bool
* @since 13.0.0
* {@inheritdoc}
*/
public function search($search, $limit, $offset, ISearchResult $searchResult) {
$currentUserId = $this->userSession->getUser()->getUID();