]> 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)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 13 Dec 2021 14:26:22 +0000 (14:26 +0000)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Collaboration/Collaborators/MailPlugin.php

index e6171f403b47ba63b81049db02640d0e9699c924..34037084c8eb63d84db99c1f214ff32074da6cb7 100644 (file)
@@ -87,12 +87,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();