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
parent 955c0d4885
commit 39d6624ab3
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

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();