Passed
Push — develop ( d224d3...e25416 )
by nguereza
01:51
created
src/Grant/AuthorizationGrant.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,9 +92,9 @@
 block discarded – undo
92 92
         $this->refreshTokenService = $refreshTokenService;
93 93
     }
94 94
 
95
-     /**
96
-     * {@inheritdoc}
97
-     */
95
+        /**
96
+         * {@inheritdoc}
97
+         */
98 98
     public function createAuthorizationResponse(
99 99
         ServerRequestInterface $request,
100 100
         Client $client,
Please login to merge, or discard this patch.
src/Middleware/AuthorizationRequestMiddleware.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
  * @class AuthorizationRequestMiddleware
43 43
  * @package Platine\OAuth2\Middleware
44 44
  */
45
-class AuthorizationRequestMiddleware implements MiddlewareInterface
46
-{
45
+class AuthorizationRequestMiddleware implements MiddlewareInterface {
47 46
     /**
48 47
      * The authorization server instance
49 48
      * @var AuthorizationServerInterface
Please login to merge, or discard this patch.
src/Middleware/TokenRequestMiddleware.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
  * @class TokenRequestMiddleware
43 43
  * @package Platine\OAuth2\Middleware
44 44
  */
45
-class TokenRequestMiddleware implements MiddlewareInterface
46
-{
45
+class TokenRequestMiddleware implements MiddlewareInterface {
47 46
     /**
48 47
      * The authorization server instance
49 48
      * @var AuthorizationServerInterface
Please login to merge, or discard this patch.
src/Middleware/RevocationRequestMiddleware.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
42 42
  * @class RevocationRequestMiddleware
43 43
  * @package Platine\OAuth2\Middleware
44 44
  */
45
-class RevocationRequestMiddleware implements MiddlewareInterface
46
-{
45
+class RevocationRequestMiddleware implements MiddlewareInterface {
47 46
     /**
48 47
      * The authorization server instance
49 48
      * @var AuthorizationServerInterface
Please login to merge, or discard this patch.
src/Middleware/ResourceServerMiddleware.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,7 @@
 block discarded – undo
52 52
  * @class ResourceServerMiddleware
53 53
  * @package Platine\OAuth2\Middleware
54 54
  */
55
-class ResourceServerMiddleware implements MiddlewareInterface
56
-{
55
+class ResourceServerMiddleware implements MiddlewareInterface {
57 56
     /**
58 57
      * The resource server instance
59 58
      * @var ResourceServerInterface
Please login to merge, or discard this patch.