mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added @throws to documentation
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b01e8720dc
commit
c9ed205bb0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue