Skip to content

Commit 2fc22b0

Browse files
committed
Lint
1 parent 14317dd commit 2fc22b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Server/Grants/PreAuthCodeGrant.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public function completeOidcAuthorizationRequest(
7575
}
7676

7777
/**
78-
* @param \League\OAuth2\Server\Entities\ScopeEntityInterface[] $scopes
7978
* @throws \League\OAuth2\Server\Exception\OAuthServerException
8079
* @throws \League\OAuth2\Server\Exception\UniqueTokenIdentifierConstraintViolationException
8180
*/
@@ -84,8 +83,7 @@ protected function issueOidcAuthCode(
8483
OAuth2ClientEntityInterface $client,
8584
string $userIdentifier,
8685
string $redirectUri,
87-
array $scopes = [],
88-
?string $nonce = null,
86+
AuthorizationRequest $authorizationRequest,
8987
): AuthCodeEntityInterface {
9088
throw OidcServerException::serverError('Not implemented');
9189
}

0 commit comments

Comments
 (0)