@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | function handle(array $requestData): array |
21 | 21 | { |
22 | - return ['code' => '123']; |
|
22 | + return ['code' => '123']; |
|
23 | 23 | } |
24 | 24 | |
25 | 25 | function getDefaultResponseMode(): string |
@@ -121,8 +121,7 @@ |
||
121 | 121 | * specified in the Authorization Request using the application/x-www-form-urlencoded format, |
122 | 122 | * unless a different Response Mode was specified. |
123 | 123 | */ |
124 | - } |
|
125 | - catch (OAuthException $e) { |
|
124 | + } catch (OAuthException $e) { |
|
126 | 125 | /** |
127 | 126 | * If the Authorization Server encounters any error, it MUST return an error response, per Section 3.1.2.6. |
128 | 127 | */ |
@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | function getClaims() : array |
27 | 27 | { |
28 | - return $this->claims; |
|
28 | + return $this->claims; |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
@@ -16,6 +16,6 @@ |
||
16 | 16 | { |
17 | 17 | function buildResponse(array $requestData, array $responseData): ResponseInterface |
18 | 18 | { |
19 | - return new Response(); |
|
19 | + return new Response(); |
|
20 | 20 | } |
21 | 21 | } |
22 | 22 | \ No newline at end of file |