Passed
Pull Request — master (#363)
by Tim
02:17
created
src/SAML2/Entity/ServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -343,7 +343,7 @@
 block discarded – undo
343 343
         $preSharedKey = $this->idpMetadata->getPreSharedKey();
344 344
         if ($preSharedKey !== null) {
345 345
             $encryptionAlgorithm = $element?->getEncryptedKey()?->getEncryptionMethod()
346
-              ?? $this->idpMetadata->getPreSharedKeyAlgorithm();
346
+                ?? $this->idpMetadata->getPreSharedKeyAlgorithm();
347 347
 
348 348
             $decryptor = $factory->getAlgorithm($encryptionAlgorithm, $preSharedKey);
349 349
             try {
Please login to merge, or discard this patch.