summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-21 14:34:45 +0100
committerJoas Schilling <coding@schilljs.com>2022-01-21 14:34:45 +0100
commitd2833a6552725dd664bd7e2fcab577ee8e7a8eec (patch)
tree9795c38d151b4f7bad692fe9f4f5e0a536798c6c /lib
parent429380337fc33e61742507023d190d68be732594 (diff)
downloadnextcloud-server-d2833a6552725dd664bd7e2fcab577ee8e7a8eec.tar.gz
nextcloud-server-d2833a6552725dd664bd7e2fcab577ee8e7a8eec.zip
Fix typo in deprecated
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Comments/ICommentsManager.php4
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;