Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 8b3d723

Browse files
committed
🚿
1 parent 99d3a79 commit 8b3d723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Core/OAuth2Provider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract class OAuth2Provider extends OAuthProvider implements OAuth2Interface{
4141

4242
/**
4343
* @inheritDoc
44-
* @param string[] $scopes
44+
* @param string[]|null $scopes
4545
*/
4646
public function getAuthURL(array|null $params = null, array|null $scopes = null):UriInterface{
4747
$params ??= [];
@@ -165,7 +165,7 @@ public function getRequestAuthorization(RequestInterface $request, AccessToken $
165165
}
166166

167167
/**
168-
* @param string[] $scopes
168+
* @param string[]|null $scopes
169169
* @implements \chillerlan\OAuth\Core\ClientCredentials
170170
* @throws \chillerlan\OAuth\Providers\ProviderException
171171
*/

0 commit comments

Comments
 (0)