diff options
author | Joas Schilling <coding@schilljs.com> | 2020-10-22 12:02:48 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-10-22 12:02:48 +0200 |
commit | da3d384426d0e00561a23ded4f3dafe56b5f761f (patch) | |
tree | 16d37b600423fb0b4f8d1308dbb63d8b60ad91ef /lib/public | |
parent | 1f1244fdcc19b05bf7d2ce4bf570e9c51a506a3d (diff) | |
download | nextcloud-server-da3d384426d0e00561a23ded4f3dafe56b5f761f.tar.gz nextcloud-server-da3d384426d0e00561a23ded4f3dafe56b5f761f.zip |
Fix missing since
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Comments/ICommentsManager.php | 1 |
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; |