Skip to content

Commit

Permalink
Update AbstractProvider.php (#959)
Browse files Browse the repository at this point in the history
`\League\OAuth2\Client\Provider\AbstractProvider::getAuthenticatedRequest` token is nullable
  • Loading branch information
jordyk committed Apr 16, 2023
1 parent 04041d3 commit a2ae5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/AbstractProvider.php
Expand Up @@ -662,7 +662,7 @@ public function getRequest($method, $url, array $options = [])
*
* @param string $method
* @param string $url
* @param AccessTokenInterface|string $token
* @param AccessTokenInterface|string|null $token
* @param array $options Any of "headers", "body", and "protocolVersion".
* @return RequestInterface
*/
Expand Down

0 comments on commit a2ae5b0

Please sign in to comment.