summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-11 16:28:50 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-11 16:28:50 +0200
commit57640742afb09b619ee94228a6028ca9c3a80ad8 (patch)
treee5fb7e130ab3b5b6ae6e5070b0bd22f563e49037 /apps/user_ldap
parent416f8b186d91451222e080239cf9532db52256e4 (diff)
downloadnextcloud-server-57640742afb09b619ee94228a6028ca9c3a80ad8.tar.gz
nextcloud-server-57640742afb09b619ee94228a6028ca9c3a80ad8.zip
Use WizardResult|false instead of mixed
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/lib/wizard.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php
index 36a68fe6e65..8d944c9a957 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
+}