mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
Fix typo in deprecated
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
429380337f
commit
d2833a6552
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue