]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo in deprecated 30794/head
authorJoas Schilling <coding@schilljs.com>
Fri, 21 Jan 2022 13:34:45 +0000 (14:34 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 21 Jan 2022 13:34:45 +0000 (14:34 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/Comments/ICommentsManager.php

index 781ec87892cb45cd40a0a8c4a96cc8b95e21bd86..178401056c7ecf7849720d96a99e1044827cb65a 100644 (file)
@@ -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;