Skip to content

Commit ba1b777

Browse files
authored
Update dockblock for AbstractProvider::prepareAccessTokenResponse (#1025)
This commit updates the docblock to reflect the expected type for $result.
1 parent e4c6ec7 commit ba1b777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/AbstractProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ abstract protected function checkResponse(ResponseInterface $response, $data);
815815
* Custom mapping of expiration, etc should be done here. Always call the
816816
* parent method when overloading this method.
817817
*
818-
* @param mixed $result
818+
* @param array<string, mixed> $result
819819
* @return array
820820
*/
821821
protected function prepareAccessTokenResponse(array $result)

0 commit comments

Comments
 (0)