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.