Fix typo in deprecated

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/30794/head
Joas Schilling 4 years ago
parent 429380337f
commit d2833a6552
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 4
      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;

Loading…
Cancel
Save