diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-12-09 14:38:01 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-12-09 14:38:01 +0100 |
commit | 8e298f51f84f0cca7f3ae51fa095bcabd06e8cdd (patch) | |
tree | 0f26ec8aec1ec3c4f21b4f3d67919c3da9859309 /tests/lib/comments | |
parent | 249dc4490f55c0a40ec8af0800bbce146b6e5eac (diff) | |
download | nextcloud-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.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) {} |