Passed
Pull Request — master (#363)
by Tim
02:37
created
src/Assertion/Transformer/NameIdDecryptionTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
             return $assertion;
70 70
         }
71 71
 
72
-        $decryptionKeys  = $this->privateKeyLoader->loadDecryptionKeys($this->identityProvider, $this->serviceProvider);
72
+        $decryptionKeys = $this->privateKeyLoader->loadDecryptionKeys($this->identityProvider, $this->serviceProvider);
73 73
 
74 74
         $decrypted = null;
75 75
         foreach ($decryptionKeys as $index => $key) {
Please login to merge, or discard this patch.
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.
src/Compat/MockContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * @return string
62 62
      */
63 63
     public function getPOSTRedirectURL(
64
-        /** @scrutinizer ignore-unused */?string $url = null,
64
+        /** @scrutinizer ignore-unused */ ?string $url = null,
65 65
         /** @scrutinizer ignore-unused */array $data = [],
66 66
     ): string {
67 67
         return strval($url);
Please login to merge, or discard this patch.