@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @link https://dev.npr.org/api/ |
19 | 19 | */ |
20 | -class NPROneEndpoints extends EndpointMap{ |
|
20 | +class NPROneEndpoints extends EndpointMap { |
|
21 | 21 | |
22 | 22 | protected $API_BASE = 'https://'; // i hate this so much |
23 | 23 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | /** |
18 | 18 | */ |
19 | -class ImgurEndpoints extends EndpointMap{ |
|
19 | +class ImgurEndpoints extends EndpointMap { |
|
20 | 20 | |
21 | 21 | protected $me = [ |
22 | 22 | 'path' => '/3/account/me', |
@@ -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 |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @link https://developer.paypal.com/docs/api/identity/v1/ |
19 | 19 | */ |
20 | -class PayPalEndpoints extends EndpointMap{ |
|
20 | +class PayPalEndpoints extends EndpointMap { |
|
21 | 21 | |
22 | 22 | protected $me = [ |
23 | 23 | 'path' => '/v1/identity/oauth2/userinfo', |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @method \Psr\Http\Message\ResponseInterface me() |
19 | 19 | */ |
20 | -class MicrosoftGraph extends AzureActiveDirectory{ |
|
20 | +class MicrosoftGraph extends AzureActiveDirectory { |
|
21 | 21 | |
22 | 22 | public const SCOPE_USER_READ = 'User.Read'; |
23 | 23 | public const SCOPE_USER_READBASIC_ALL = 'User.ReadBasic.All'; |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @link https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0 |
19 | 19 | */ |
20 | -class MicrosoftGraphEndpoints extends EndpointMap{ |
|
20 | +class MicrosoftGraphEndpoints extends EndpointMap { |
|
21 | 21 | |
22 | 22 | protected $API_BASE = '/v1.0'; |
23 | 23 |
@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * @method \Psr\Http\Message\ResponseInterface me(array $params = ['schema']) |
17 | 17 | */ |
18 | -class PayPalSandbox extends PayPal{ |
|
18 | +class PayPalSandbox extends PayPal { |
|
19 | 19 | |
20 | 20 | protected $apiURL = 'https://api.sandbox.paypal.com'; |
21 | 21 | protected $accessTokenURL = 'https://api.sandbox.paypal.com/v1/oauth2/token'; |