diff options
author | Joas Schilling <coding@schilljs.com> | 2022-07-01 16:38:58 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-07-01 16:38:58 +0200 |
commit | d722a0c12aefa0f6458c2f519f3627dc1cea89e0 (patch) | |
tree | 4f9feefaff5daa2b015667ca49e91355280b1d5f /tests | |
parent | 198224bf7a18903fb9e55d621604befa788f542c (diff) | |
download | nextcloud-server-d722a0c12aefa0f6458c2f519f3627dc1cea89e0.tar.gz nextcloud-server-d722a0c12aefa0f6458c2f519f3627dc1cea89e0.zip |
Adjust fake manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Comments/FakeManager.php | 2 |
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; } } |