Skip to content

Commit a2ae5b0

Browse files
authored
Update AbstractProvider.php (#959)
`\League\OAuth2\Client\Provider\AbstractProvider::getAuthenticatedRequest` token is nullable
1 parent 04041d3 commit a2ae5b0

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
@@ -662,7 +662,7 @@ public function getRequest($method, $url, array $options = [])
662662
*
663663
* @param string $method
664664
* @param string $url
665-
* @param AccessTokenInterface|string $token
665+
* @param AccessTokenInterface|string|null $token
666666
* @param array $options Any of "headers", "body", and "protocolVersion".
667667
* @return RequestInterface
668668
*/

0 commit comments

Comments
 (0)