summaryrefslogtreecommitdiffstats
path: root/tests/lib/comments
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-12-09 14:38:01 +0100
committerArthur Schiwon <blizzz@owncloud.com>2015-12-09 14:38:01 +0100
commit8e298f51f84f0cca7f3ae51fa095bcabd06e8cdd (patch)
tree0f26ec8aec1ec3c4f21b4f3d67919c3da9859309 /tests/lib/comments
parent249dc4490f55c0a40ec8af0800bbce146b6e5eac (diff)
downloadnextcloud-server-8e298f51f84f0cca7f3ae51fa095bcabd06e8cdd.tar.gz
nextcloud-server-8e298f51f84f0cca7f3ae51fa095bcabd06e8cdd.zip
adjust test's fakemanager to interface change
Diffstat (limited to 'tests/lib/comments')
-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 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) {}