Passed
Push — develop ( 6dba9e...7e7fdc )
by nguereza
01:48
created
src/Grant/RefreshTokenGrant.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,8 +92,8 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
         /**
95
-     * {@inheritdoc}
96
-     */
95
+         * {@inheritdoc}
96
+         */
97 97
     public function createAuthorizationResponse(
98 98
         ServerRequestInterface $request,
99 99
         Client $client,
Please login to merge, or discard this patch.
src/Grant/PasswordGrant.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,8 +92,8 @@
 block discarded – undo
92 92
     }
93 93
 
94 94
         /**
95
-     * {@inheritdoc}
96
-     */
95
+         * {@inheritdoc}
96
+         */
97 97
     public function createAuthorizationResponse(
98 98
         ServerRequestInterface $request,
99 99
         Client $client,
Please login to merge, or discard this patch.
src/Grant/ClientCredentialsGrant.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@
 block discarded – undo
66 66
         $this->accessTokenService = $accessTokenService;
67 67
     }
68 68
 
69
-     /**
70
-     * {@inheritdoc}
71
-     */
69
+        /**
70
+         * {@inheritdoc}
71
+         */
72 72
     public function createAuthorizationResponse(
73 73
         ServerRequestInterface $request,
74 74
         Client $client,
Please login to merge, or discard this patch.
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.