Skip to content

Commit 164ccb0

Browse files
authored
Improve type of $options parameter in Provider\AbstractProvider::getAccessToken() (#997)
1 parent 25f6a27 commit 164ccb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Provider/AbstractProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ protected function getAccessTokenRequest(array $params)
611611
/**
612612
* Requests an access token using a specified grant and option set.
613613
*
614-
* @param mixed $grant
615-
* @param array $options
614+
* @param mixed $grant
615+
* @param array<string, mixed> $options
616616
* @throws IdentityProviderException
617617
* @return AccessTokenInterface
618618
*/

0 commit comments

Comments
 (0)