[Pkg-owncloud-commits] [owncloud] 39/172: Use WizardResult|false instead of mixed

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:37 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 57640742afb09b619ee94228a6028ca9c3a80ad8
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sun May 11 16:28:50 2014 +0200

    Use WizardResult|false instead of mixed
---
 apps/user_ldap/lib/wizard.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index 36a68fe..8d944c9 100644
--- a/apps/user_ldap/lib/wizard.php
+++ b/apps/user_ldap/lib/wizard.php
@@ -480,7 +480,7 @@ class Wizard extends LDAPUtility {
 
 	/**
 	 * @brief tries to determine a base dn from User DN or LDAP Host
-	 * @return mixed WizardResult on success, false otherwise
+	 * @return WizardResult|false WizardResult on success, false otherwise
 	 */
 	public function guessBaseDN() {
 		if(!$this->checkRequirements(array('ldapHost',
@@ -1146,4 +1146,4 @@ class Wizard extends LDAPUtility {
 	}
 
 
-}
\ No newline at end of file
+}

-- 
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