]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix docs to make Psalm happier
authorJoas Schilling <coding@schilljs.com>
Thu, 9 Dec 2021 08:18:53 +0000 (09:18 +0100)
committerJoas Schilling <coding@schilljs.com>
Mon, 13 Dec 2021 12:49:09 +0000 (13:49 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Collaboration/Collaborators/MailPlugin.php

index 7c245c4f9c42b1e127b52a7f4f6fae8b04ca3e5d..80f2906b5100a3d203012abba951833e2d65f08e 100644 (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();