diff options
-rw-r--r-- | lib/public/Comments/ICommentsManager.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; |