Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 138157e

Browse files
committed
Fix return type doc
1 parent 690eb9d commit 138157e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resolvers/ResolverInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function byId($identifier);
3737
/**
3838
* Retrieve a user by the given credentials.
3939
*
40-
* @param array $credentials The users credentials
40+
* @param array $credentials The users credentials
4141
*
4242
* @return \Adldap\Models\User|null
4343
*/
@@ -58,7 +58,7 @@ public function byModel(Authenticatable $model);
5858
* @param User $user The LDAP users model
5959
* @param array $credentials The LDAP users credentials
6060
*
61-
* @return string|null
61+
* @return boolean
6262
*/
6363
public function authenticate(User $user, array $credentials = []);
6464

0 commit comments

Comments
 (0)