@@ -67,7 +67,7 @@ |
||
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 | /** |
@@ -84,7 +84,7 @@ |
||
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; |