[Pkg-owncloud-commits] [owncloud] 26/61: function declaration did not match
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:51:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 53c1e3d41b80add15f9f6d5035b7315c9983ae78
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Mon Jul 28 22:38:56 2014 +0200
function declaration did not match
---
tests/lib/contacts/localadressbook.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lib/contacts/localadressbook.php b/tests/lib/contacts/localadressbook.php
index 276863a..3d08fc9 100644
--- a/tests/lib/contacts/localadressbook.php
+++ b/tests/lib/contacts/localadressbook.php
@@ -72,7 +72,7 @@ class SimpleUserForTesting implements \OCP\IUser {
public function delete() {
}
- public function setPassword($password, $recoveryPassword) {
+ public function setPassword($password, $recoveryPassword = null) {
}
public function getHome() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list