Passed
Branch main (d68b9c)
by smiley
09:54
created
src/Stripe/StripeEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 /**
18 18
  * @link https://stripe.com/docs/api
19 19
  */
20
-class StripeEndpoints extends EndpointMap{
20
+class StripeEndpoints extends EndpointMap {
21 21
 
22 22
 	protected array $me = [
23 23
 		'path'          => '/accounts',
Please login to merge, or discard this patch.
src/Tumblr/TumblrEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 /**
18 18
  * @link https://www.tumblr.com/docs/en/api/v2
19 19
  */
20
-class TumblrEndpoints extends EndpointMap{
20
+class TumblrEndpoints extends EndpointMap {
21 21
 
22 22
 	protected array $me = [
23 23
 		'path'          => '/user/info',
Please login to merge, or discard this patch.
src/Tumblr/Tumblr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 /**
20 20
  * @method \Psr\Http\Message\ResponseInterface me()
21 21
  */
22
-class Tumblr extends OAuth1Provider{
22
+class Tumblr extends OAuth1Provider {
23 23
 
24 24
 	protected string $requestTokenURL = 'https://www.tumblr.com/oauth/request_token';
25 25
 	protected string $authURL         = 'https://www.tumblr.com/oauth/authorize';
Please login to merge, or discard this patch.
src/Amazon/AmazonEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 /**
18 18
  */
19
-class AmazonEndpoints extends EndpointMap{
19
+class AmazonEndpoints extends EndpointMap {
20 20
 
21 21
 	protected array $userProfile = [
22 22
 		'path'          => '/user/profile',
Please login to merge, or discard this patch.
src/GitHub/GitHubEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 /**
20 20
  * @todo
21 21
  */
22
-class GitHubEndpoints extends EndpointMap{
22
+class GitHubEndpoints extends EndpointMap {
23 23
 
24 24
 	/**
25 25
 	 * @link https://developer.github.com/v3/users/#get-the-authenticated-user
Please login to merge, or discard this patch.
src/Deezer/DeezerEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 /**
18 18
  * @link https://developers.deezer.com/api/
19 19
  */
20
-class DeezerEndpoints extends EndpointMap{
20
+class DeezerEndpoints extends EndpointMap {
21 21
 
22 22
 	protected array $me = [
23 23
 		'path'          => '/user/me',
Please login to merge, or discard this patch.
src/Gitter/GitterEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 /**
18 18
  * @link https://developer.gitter.im/docs/rest-api
19 19
  */
20
-class GitterEndpoints extends EndpointMap{
20
+class GitterEndpoints extends EndpointMap {
21 21
 
22 22
 	protected array $me = [
23 23
 		'path'          => '/user/me',
Please login to merge, or discard this patch.
src/SoundCloud/SoundCloudEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
  *
68 68
  *
69 69
  */
70
-class SoundCloudEndpoints extends EndpointMap{
70
+class SoundCloudEndpoints extends EndpointMap {
71 71
 
72 72
 	/**
73 73
 	 * @link
Please login to merge, or discard this patch.
src/Mastodon/MastodonEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 /**
18 18
  * @link https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
19 19
  */
20
-class MastodonEndpoints extends EndpointMap{
20
+class MastodonEndpoints extends EndpointMap {
21 21
 
22 22
 	protected array $getCurrentUser = [
23 23
 		'path'          => '/v1/accounts/verify_credentials',
Please login to merge, or discard this patch.