Skip to content

Commit

Permalink
Update dockblock for AbstractProvider::prepareAccessTokenResponse
Browse files Browse the repository at this point in the history
This commit updates the docblock to reflect the expected type for $result.
  • Loading branch information
KorvinSzanto authored Feb 15, 2024
1 parent 2455200 commit 604dcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ abstract protected function checkResponse(ResponseInterface $response, $data);
* Custom mapping of expiration, etc should be done here. Always call the
* parent method when overloading this method.
*
* @param mixed $result
* @param array<string, mixed> $result
* @return array
*/
protected function prepareAccessTokenResponse(array $result)
Expand Down

0 comments on commit 604dcf9

Please sign in to comment.