@@ -42,8 +42,7 @@ |
||
42 | 42 | * @class AuthorizationCodeService |
43 | 43 | * @package Platine\OAuth2\Service |
44 | 44 | */ |
45 | -class AuthorizationCodeService extends BaseTokenService |
|
46 | -{ |
|
45 | +class AuthorizationCodeService extends BaseTokenService { |
|
47 | 46 | /** |
48 | 47 | * The AuthorizationCodeRepositoryInterface instance |
49 | 48 | * @var AuthorizationCodeRepositoryInterface |
@@ -39,8 +39,7 @@ discard block |
||
39 | 39 | * @class ClientService |
40 | 40 | * @package Platine\OAuth2\Service |
41 | 41 | */ |
42 | -class ClientService |
|
43 | -{ |
|
42 | +class ClientService { |
|
44 | 43 | /** |
45 | 44 | * The ClientRepositoryInterface instance |
46 | 45 | * @var ClientRepositoryInterface |
@@ -51,8 +50,7 @@ discard block |
||
51 | 50 | * Create new instance |
52 | 51 | * @param ClientRepositoryInterface $clientRepository |
53 | 52 | */ |
54 | - public function __construct(ClientRepositoryInterface $clientRepository) |
|
55 | - { |
|
53 | + public function __construct(ClientRepositoryInterface $clientRepository) { |
|
56 | 54 | $this->clientRepository = $clientRepository; |
57 | 55 | } |
58 | 56 |
@@ -42,8 +42,7 @@ |
||
42 | 42 | * @class RefreshTokenService |
43 | 43 | * @package Platine\OAuth2\Service |
44 | 44 | */ |
45 | -class RefreshTokenService extends BaseTokenService |
|
46 | -{ |
|
45 | +class RefreshTokenService extends BaseTokenService { |
|
47 | 46 | /** |
48 | 47 | * The RefreshTokenRepositoryInterface instance |
49 | 48 | * @var RefreshTokenRepositoryInterface |