Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-01 17:38:58 +0300
committerJoas Schilling <coding@schilljs.com>2022-07-01 17:38:58 +0300
commitd722a0c12aefa0f6458c2f519f3627dc1cea89e0 (patch)
tree4f9feefaff5daa2b015667ca49e91355280b1d5f /tests
parent198224bf7a18903fb9e55d621604befa788f542c (diff)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Comments/FakeManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Comments/FakeManager.php b/tests/lib/Comments/FakeManager.php
index 0d615fd2632..b524f5a5000 100644
--- a/tests/lib/Comments/FakeManager.php
+++ b/tests/lib/Comments/FakeManager.php
@@ -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;
}
}