Passed
Push — develop ( f140eb...658058 )
by nguereza
01:41
created
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.