@@ -60,7 +60,7 @@ |
||
60 | 60 | * @throws \Exception |
61 | 61 | */ |
62 | 62 | public function handle(ServerRequestInterface $request, ResourceOwnerInterface $resourceOwner, |
63 | - RegisteredClient $client, ?array $scope = null, ?array $extendedResponseTypes = null): array |
|
63 | + RegisteredClient $client, ?array $scope = null, ?array $extendedResponseTypes = null): array |
|
64 | 64 | { |
65 | 65 | $data = $request->getMethod() === 'GET' ? $request->getQueryParams() : $request->getParsedBody(); |
66 | 66 |