@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @link https://docs.gitlab.com/ee/api/README.html |
19 | 19 | */ |
20 | -class GitLabV4Endpoints extends EndpointMap{ |
|
20 | +class GitLabV4Endpoints extends EndpointMap { |
|
21 | 21 | |
22 | 22 | protected $API_BASE = '/v4'; |
23 | 23 |
@@ -132,7 +132,7 @@ |
||
132 | 132 | * @method \Psr\Http\Message\ResponseInterface usersSuggestionsSlugMembers(string $slug, array $params = ['lang']) |
133 | 133 | * @method \Psr\Http\Message\ResponseInterface verifyCredentials(array $params = ['include_entities', 'skip_status']) |
134 | 134 | */ |
135 | -class TwitterCC extends OAuth2Provider implements ClientCredentials{ |
|
135 | +class TwitterCC extends OAuth2Provider implements ClientCredentials { |
|
136 | 136 | |
137 | 137 | protected const AUTH_ERRMSG = 'TwitterCC only supports Client Credentials Grant, use the Twitter OAuth1 class for authentication instead.'; |
138 | 138 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | /** |
18 | 18 | */ |
19 | -class BitbucketEndpoints extends EndpointMap{ |
|
19 | +class BitbucketEndpoints extends EndpointMap { |
|
20 | 20 | |
21 | 21 | protected $API_BASE = '/2.0'; |
22 | 22 |