@@ -31,7 +31,7 @@ |
||
31 | 31 | * @return array |
32 | 32 | */ |
33 | 33 | public function handle(ServerRequestInterface $request, ResourceOwnerInterface $resourceOwner, |
34 | - RegisteredClient $client, ?array $scope = null): array; |
|
34 | + RegisteredClient $client, ?array $scope = null): array; |
|
35 | 35 | |
36 | 36 | public function getDefaultResponseMode(): string; |
37 | 37 |
@@ -40,7 +40,7 @@ |
||
40 | 40 | * @return array |
41 | 41 | */ |
42 | 42 | public function handle(ServerRequestInterface $request, ResourceOwnerInterface $resourceOwner, |
43 | - RegisteredClient $client, ?array $scope = null): array |
|
43 | + RegisteredClient $client, ?array $scope = null): array |
|
44 | 44 | { |
45 | 45 | // TODO: Implement handle() method. |
46 | 46 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * @return array |
32 | 32 | */ |
33 | 33 | public function handle(ServerRequestInterface $request, ResourceOwnerInterface $resourceOwner, |
34 | - RegisteredClient $client, ?array $scope = null): array |
|
34 | + RegisteredClient $client, ?array $scope = null): array |
|
35 | 35 | { |
36 | 36 | |
37 | 37 | } |