Browse Source

Adjust fake manager

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v25.0.0beta1
Joas Schilling 2 years ago
parent
commit
d722a0c12a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/lib/Comments/FakeManager.php

+ 1
- 1
tests/lib/Comments/FakeManager.php View File

@@ -142,7 +142,7 @@ class FakeManager implements ICommentsManager {
return [];
}

public function deleteMessageExpiredAtObject(string $objectType, string $objectId): bool {
public function deleteCommentsExpiredAtObject(string $objectType, string $objectId = ''): bool {
return true;
}
}

Loading…
Cancel
Save