Passed
Push — master ( a6a317...11687d )
by Pol
11:16
created
src/Service/KeyLoader/ApiGwKeyLoader.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,8 +153,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.