Passed
Push — main ( a1d9c6...449c3a )
by smiley
02:06
created
src/BigCartel/BigCartelEndpoints.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.bigcartel.com/api/v1
19 19
  */
20
-class BigCartelEndpoints extends EndpointMap{
20
+class BigCartelEndpoints extends EndpointMap {
21 21
 
22 22
 	/**
23 23
 	 * Account
Please login to merge, or discard this patch.
src/MailChimp/MailChimpEndpoints.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
  * @link http://developer.mailchimp.com/documentation/mailchimp/reference/overview/
21 21
  */
22
-class MailChimpEndpoints extends EndpointMap{
22
+class MailChimpEndpoints extends EndpointMap {
23 23
 
24 24
 	/************
25 25
 	 * API Root *
Please login to merge, or discard this patch.
src/Slack/Slack.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 /**
22 22
  * @method \Psr\Http\Message\ResponseInterface userIdentity()
23 23
  */
24
-class Slack extends OAuth2Provider implements CSRFToken{
24
+class Slack extends OAuth2Provider implements CSRFToken {
25 25
 
26 26
 	// bot token
27 27
 	public const SCOPE_BOT                 = 'bot';
Please login to merge, or discard this patch.
src/Wordpress/Wordpress.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 Wordpress extends OAuth2Provider implements CSRFToken{
22
+class Wordpress extends OAuth2Provider implements CSRFToken {
23 23
 
24 24
 	public const SCOPE_AUTH   = 'auth';
25 25
 	public const SCOPE_GLOBAL = 'global';
Please login to merge, or discard this patch.
src/Vimeo/VimeoEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * Note: the endpoints are ordered by the api docs (against any logical pattern)
22 22
  */
23
-class VimeoEndpoints extends EndpointMap{
23
+class VimeoEndpoints extends EndpointMap {
24 24
 
25 25
 	/**
26 26
 	 * Albums
Please login to merge, or discard this patch.
src/Google/YoutubeEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,6 +16,6 @@
 block discarded – undo
16 16
 
17 17
 /**
18 18
  */
19
-class YoutubeEndpoints extends EndpointMap{
19
+class YoutubeEndpoints extends EndpointMap {
20 20
 
21 21
 }
Please login to merge, or discard this patch.
src/Discogs/DiscogsEndpoints.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
  *
25 25
  * Note: the endpoints are ordered by the api docs (against any logical pattern)
26 26
  */
27
-class DiscogsEndpoints extends EndpointMap{
27
+class DiscogsEndpoints extends EndpointMap {
28 28
 
29 29
 	/**
30 30
 	 * Database
Please login to merge, or discard this patch.
src/Foursquare/Foursquare.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 /**
22 22
  * @method \Psr\Http\Message\ResponseInterface me()
23 23
  */
24
-class Foursquare extends OAuth2Provider{
24
+class Foursquare extends OAuth2Provider {
25 25
 
26 26
 	protected const API_VERSIONDATE = '20190225';
27 27
 
Please login to merge, or discard this patch.
src/Instagram/InstagramEndpoints.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.instagram.com/developer/endpoints/
19 19
  */
20
-class InstagramEndpoints extends EndpointMap{
20
+class InstagramEndpoints extends EndpointMap {
21 21
 
22 22
 	/**
23 23
 	 * @link
Please login to merge, or discard this patch.