@@ -153,8 +153,7 @@ |
||
153 | 153 | private function loadFailsafeKey(string $type): string |
154 | 154 | { |
155 | 155 | $key = KeyLoaderInterface::TYPE_PUBLIC === $type ? |
156 | - $this->getFailsafePublicKey() : |
|
157 | - $this->getFailsafePrivateKey(); |
|
156 | + $this->getFailsafePublicKey() : $this->getFailsafePrivateKey(); |
|
158 | 157 | |
159 | 158 | // Todo: Remove duplicated code in here and JWKSKeyLoader. |
160 | 159 | $jwksArray = json_decode(file_get_contents($key), true); |