mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 01:52:08 -04:00
Fix docs to make Psalm happier
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0b717bd056
commit
76f5436f9b
1 changed files with 1 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue