Skip to content

Commit 15f56e0

Browse files
committed
Add typehint
1 parent bb903d8 commit 15f56e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/UserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(LdapUserRepository $users, LdapUserAuthenticator $au
3636
$this->users = $users;
3737
$this->auth = $auth;
3838

39-
$this->userResolver = function ($credentials) {
39+
$this->userResolver = function (array $credentials) {
4040
return $this->users->findByCredentials($credentials);
4141
};
4242
}

0 commit comments

Comments
 (0)