Use WizardResult|false instead of mixed
This commit is contained in:
parent
416f8b186d
commit
57640742af
|
@ -480,7 +480,7 @@ class Wizard extends LDAPUtility {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief tries to determine a base dn from User DN or LDAP Host
|
* @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() {
|
public function guessBaseDN() {
|
||||||
if(!$this->checkRequirements(array('ldapHost',
|
if(!$this->checkRequirements(array('ldapHost',
|
||||||
|
|
Loading…
Reference in New Issue