Added @throws to documentation

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2020-04-23 14:41:37 -07:00
parent b01e8720dc
commit c9ed205bb0
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -370,7 +370,7 @@ class LdapAd extends LdapAdConfiguration
* Test the bind user connection.
*
* @author Wes Hulette <jwhulette@gmail.com>
*
* @throws \Exception
* @since 5.0.0
*/
public function testLdapAdBindConnection(): void
@ -387,7 +387,7 @@ class LdapAd extends LdapAdConfiguration
* Test the user can connect to the LDAP server.
*
* @author Wes Hulette <jwhulette@gmail.com>
*
* @throws \Exception
* @since 5.0.0
*/
public function testLdapAdUserConnection(): void