From da3d384426d0e00561a23ded4f3dafe56b5f761f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Oct 2020 12:02:48 +0200 Subject: [PATCH] Fix missing since Signed-off-by: Joas Schilling --- lib/public/Comments/ICommentsManager.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5