summaryrefslogtreecommitdiff
path: root/app/Auth
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-20 18:44:51 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-20 18:44:51 -0400
commitf579663adcbc0b202d9a068d734e8f9284dc3a37 (patch)
tree150f71842dee501d369c342c4d9a8c1e93efed91 /app/Auth
parente6f547abcfe684658a7498391db72d13b6aa7d9a (diff)
Fix some phpdoc and remove useless code
Diffstat (limited to 'app/Auth')
-rw-r--r--app/Auth/Ldap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Auth/Ldap.php b/app/Auth/Ldap.php
index 0ccd09a4..a3c7522c 100644
--- a/app/Auth/Ldap.php
+++ b/app/Auth/Ldap.php
@@ -144,6 +144,7 @@ class Ldap extends Base
* Get LDAP username pattern
*
* @access public
+ * @param string $username
* @return string
*/
public function getLdapUserPattern($username)