diff options
author | Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> | 2014-04-22 15:08:18 +0200 |
---|---|---|
committer | Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> | 2014-04-22 15:08:18 +0200 |
commit | d156c47f0951cf681d16ed047f322e8332eb485e (patch) | |
tree | 1b97d1cb437fd7b2c0262640b7a70026e054413f /models/ldap.php | |
parent | 919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff) |
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'models/ldap.php')
-rw-r--r-- | models/ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/ldap.php b/models/ldap.php index 95401211..69fe9bec 100644 --- a/models/ldap.php +++ b/models/ldap.php @@ -18,7 +18,7 @@ class Ldap extends Base * @access public * @param string $username Username * @param string $password Password - * @return bool + * @return null|boolean */ public function authenticate($username, $password) { |