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

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 8, 2024
1 parent 99d3a79 commit 8b3d723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/OAuth2Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class OAuth2Provider extends OAuthProvider implements OAuth2Interface{

/**
* @inheritDoc
* @param string[] $scopes
* @param string[]|null $scopes
*/
public function getAuthURL(array|null $params = null, array|null $scopes = null):UriInterface{
$params ??= [];
Expand Down Expand Up @@ -165,7 +165,7 @@ public function getRequestAuthorization(RequestInterface $request, AccessToken $
}

/**
* @param string[] $scopes
* @param string[]|null $scopes
* @implements \chillerlan\OAuth\Core\ClientCredentials
* @throws \chillerlan\OAuth\Providers\ProviderException
*/
Expand Down

0 comments on commit 8b3d723

Please sign in to comment.