From a7f3e3bec50762f2083f70672a0ba3db533fc8bb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 4 Mar 2016 21:11:12 -0500 Subject: PHPdoc cleanup --- app/Core/Ldap/Client.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Core/Ldap/Client.php') diff --git a/app/Core/Ldap/Client.php b/app/Core/Ldap/Client.php index 63149ae3..e35e4ea0 100644 --- a/app/Core/Ldap/Client.php +++ b/app/Core/Ldap/Client.php @@ -60,6 +60,7 @@ class Client * Establish server connection * * @access public + * @throws ClientException * @param string $server LDAP server hostname or IP * @param integer $port LDAP port * @param boolean $tls Start TLS @@ -98,6 +99,7 @@ class Client * Anonymous authentication * * @access public + * @throws ClientException * @return boolean */ public function useAnonymousAuthentication() @@ -113,6 +115,7 @@ class Client * Authentication with username/password * * @access public + * @throws ClientException * @param string $bind_rdn * @param string $bind_password * @return boolean -- cgit v1.2.3