@@ -92,9 +92,9 @@ |
||
| 92 | 92 | $this->refreshTokenService = $refreshTokenService; |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | - /** |
|
| 96 | - * {@inheritdoc} |
|
| 97 | - */ |
|
| 95 | + /** |
|
| 96 | + * {@inheritdoc} |
|
| 97 | + */ |
|
| 98 | 98 | public function createAuthorizationResponse( |
| 99 | 99 | ServerRequestInterface $request, |
| 100 | 100 | Client $client, |
@@ -42,8 +42,7 @@ |
||
| 42 | 42 | * @class AuthorizationRequestMiddleware |
| 43 | 43 | * @package Platine\OAuth2\Middleware |
| 44 | 44 | */ |
| 45 | -class AuthorizationRequestMiddleware implements MiddlewareInterface |
|
| 46 | -{ |
|
| 45 | +class AuthorizationRequestMiddleware implements MiddlewareInterface { |
|
| 47 | 46 | /** |
| 48 | 47 | * The authorization server instance |
| 49 | 48 | * @var AuthorizationServerInterface |
@@ -42,8 +42,7 @@ |
||
| 42 | 42 | * @class TokenRequestMiddleware |
| 43 | 43 | * @package Platine\OAuth2\Middleware |
| 44 | 44 | */ |
| 45 | -class TokenRequestMiddleware implements MiddlewareInterface |
|
| 46 | -{ |
|
| 45 | +class TokenRequestMiddleware implements MiddlewareInterface { |
|
| 47 | 46 | /** |
| 48 | 47 | * The authorization server instance |
| 49 | 48 | * @var AuthorizationServerInterface |
@@ -42,8 +42,7 @@ |
||
| 42 | 42 | * @class RevocationRequestMiddleware |
| 43 | 43 | * @package Platine\OAuth2\Middleware |
| 44 | 44 | */ |
| 45 | -class RevocationRequestMiddleware implements MiddlewareInterface |
|
| 46 | -{ |
|
| 45 | +class RevocationRequestMiddleware implements MiddlewareInterface { |
|
| 47 | 46 | /** |
| 48 | 47 | * The authorization server instance |
| 49 | 48 | * @var AuthorizationServerInterface |
@@ -52,8 +52,7 @@ |
||
| 52 | 52 | * @class ResourceServerMiddleware |
| 53 | 53 | * @package Platine\OAuth2\Middleware |
| 54 | 54 | */ |
| 55 | -class ResourceServerMiddleware implements MiddlewareInterface |
|
| 56 | -{ |
|
| 55 | +class ResourceServerMiddleware implements MiddlewareInterface { |
|
| 57 | 56 | /** |
| 58 | 57 | * The resource server instance |
| 59 | 58 | * @var ResourceServerInterface |