Use WizardResult|false instead of mixed

This commit is contained in:
Lukas Reschke 2014-05-11 16:28:50 +02:00
parent 416f8b186d
commit 57640742af
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
}
}
}