diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-01-07 13:28:56 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-01-07 13:28:56 +0100 |
commit | 9668405ec73e5fcf648b93e2ebfa217ac81518ea (patch) | |
tree | d55890f005e8839363fae66387e2003137f5877d /apps/user_ldap/user_ldap.php | |
parent | 6c335ee6fc846275b2138d480286a1dbcf1f4afe (diff) | |
download | nextcloud-server-9668405ec73e5fcf648b93e2ebfa217ac81518ea.tar.gz nextcloud-server-9668405ec73e5fcf648b93e2ebfa217ac81518ea.zip |
doc fixes and removal of unnecessary use statements
Diffstat (limited to 'apps/user_ldap/user_ldap.php')
-rw-r--r-- | apps/user_ldap/user_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index f9a39ddca17..051e760105b 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -68,7 +68,7 @@ class USER_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserIn * Check if the password is correct * @param string $uid The username * @param string $password The password - * @return boolean + * @return false|string * * Check if the password is correct without logging in the user */ |