Skip to content

Commit

Permalink
Improve type of $options parameter in Provider\AbstractProvider::getA…
Browse files Browse the repository at this point in the history
…ccessToken() (#997)
  • Loading branch information
yguedidi committed Apr 16, 2023
1 parent 25f6a27 commit 164ccb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ protected function getAccessTokenRequest(array $params)
/**
* Requests an access token using a specified grant and option set.
*
* @param mixed $grant
* @param array $options
* @param mixed $grant
* @param array<string, mixed> $options
* @throws IdentityProviderException
* @return AccessTokenInterface
*/
Expand Down

0 comments on commit 164ccb0

Please sign in to comment.