Completed
Push — master ( fc6f01...c001b0 )
by Alexandre
01:58
created
src/Extensions/PKCE/Endpoints/Authorization/AuthorizationRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
     public function getData(): array
69 69
     {
70
-       return $this->authorizationRequest->getData();
70
+        return $this->authorizationRequest->getData();
71 71
     }
72 72
 
73 73
     /**
Please login to merge, or discard this patch.
src/ClientAuthentication/ClientAuthenticationMethodManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     }
85 85
 
86 86
     public function setClientAuthenticationMethod(string $identifier,
87
-                                                  ClientAuthenticationMethodInterface $clientAuthenticationMethod): self
87
+                                                    ClientAuthenticationMethodInterface $clientAuthenticationMethod): self
88 88
     {
89 89
         $this->clientAuthenticationMethods[$identifier] = $clientAuthenticationMethod;
90 90
         return $this;
Please login to merge, or discard this patch.