From: Joas Schilling Date: Fri, 21 Jan 2022 13:34:45 +0000 (+0100) Subject: Fix typo in deprecated X-Git-Tag: v24.0.0beta1~317^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d2833a6552725dd664bd7e2fcab577ee8e7a8eec;p=nextcloud-server.git Fix typo in deprecated Signed-off-by: Joas Schilling --- diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index 781ec87892c..178401056c7 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -131,7 +131,7 @@ interface ICommentsManager { * @param bool $includeLastKnown * @return IComment[] * @since 14.0.0 - * @depreacted 24.0.0 - Use getCommentsWithVerbForObjectSinceComment instead + * @deprecated 24.0.0 - Use getCommentsWithVerbForObjectSinceComment instead */ public function getForObjectSince( string $objectType, @@ -221,7 +221,7 @@ interface ICommentsManager { * @param string $verb * @return int * @since 21.0.0 - * @depreacted 24.0.0 - Use getNumberOfCommentsWithVerbsForObjectSinceComment instead + * @deprecated 24.0.0 - Use getNumberOfCommentsWithVerbsForObjectSinceComment instead */ public function getNumberOfCommentsForObjectSinceComment(string $objectType, string $objectId, int $lastRead, string $verb = ''): int;