@@ -43,14 +43,12 @@ |
||
43 | 43 | * @class AuthorizationRequestHandler |
44 | 44 | * @package Platine\Framework\OAuth2\Handler |
45 | 45 | */ |
46 | -class AuthorizationRequestHandler implements RequestHandlerInterface |
|
47 | -{ |
|
46 | +class AuthorizationRequestHandler implements RequestHandlerInterface { |
|
48 | 47 | /** |
49 | 48 | * Create new instance |
50 | 49 | * @param AuthorizationServerInterface $authorizationServer |
51 | 50 | */ |
52 | - public function __construct(protected AuthorizationServerInterface $authorizationServer) |
|
53 | - { |
|
51 | + public function __construct(protected AuthorizationServerInterface $authorizationServer) { |
|
54 | 52 | } |
55 | 53 | |
56 | 54 | /** |
@@ -43,14 +43,12 @@ |
||
43 | 43 | * @class AccessTokenRequestHandler |
44 | 44 | * @package Platine\Framework\OAuth2\Handler |
45 | 45 | */ |
46 | -class AccessTokenRequestHandler implements RequestHandlerInterface |
|
47 | -{ |
|
46 | +class AccessTokenRequestHandler implements RequestHandlerInterface { |
|
48 | 47 | /** |
49 | 48 | * Create new instance |
50 | 49 | * @param AuthorizationServerInterface $authorizationServer |
51 | 50 | */ |
52 | - public function __construct(protected AuthorizationServerInterface $authorizationServer) |
|
53 | - { |
|
51 | + public function __construct(protected AuthorizationServerInterface $authorizationServer) { |
|
54 | 52 | } |
55 | 53 | |
56 | 54 | /** |