diff options
-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 a3cd9c0c064..e5cf58dda4f 100644 --- a/tests/lib/comments/fakemanager.php +++ b/tests/lib/comments/fakemanager.php @@ -25,7 +25,7 @@ class FakeManager implements \OCP\Comments\ICommentsManager { public function delete($id) {} - public function save(\OCP\Comments\IComment &$comment) {} + public function save(\OCP\Comments\IComment $comment) {} public function deleteReferencesOfActor($actorType, $actorId) {} |