]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix missing since 23601/head
authorJoas Schilling <coding@schilljs.com>
Thu, 22 Oct 2020 10:02:48 +0000 (12:02 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 22 Oct 2020 10:02:48 +0000 (12:02 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/Comments/ICommentsManager.php

index 5f381f59647f1862fe62ce96bdc2b219362b3b96..b179b8a746459ea16a3b38f58ef622496b6012c7 100644 (file)
@@ -165,6 +165,7 @@ interface ICommentsManager {
         * @param int $offset
         * @param int $limit
         * @return IComment[]
+        * @since 21.0.0
         */
        public function searchForObjects(string $search, string $objectType, array $objectIds, string $verb, int $offset, int $limit = 50): array;