Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-22 13:02:48 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-22 13:02:48 +0300
commitda3d384426d0e00561a23ded4f3dafe56b5f761f (patch)
tree16d37b600423fb0b4f8d1308dbb63d8b60ad91ef /lib/public/Comments
parent1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d (diff)
Fix missing since
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Comments')
-rw-r--r--lib/public/Comments/ICommentsManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php
index 5f381f59647..b179b8a7464 100644
--- a/lib/public/Comments/ICommentsManager.php
+++ b/lib/public/Comments/ICommentsManager.php
@@ -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;