Passed
Pull Request — master (#306)
by Tim
02:10
created
src/SAML2/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/XML/md/AbstractSignedMdElement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
         $e = $this->toUnsignedXML($parent);
85 85
 if (method_exists(static::class, 'getXsiTypePrefix')) {
86 86
         $e->setAttributeNS(
87
-            'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
87
+            'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI()
88 88
         );
89 89
 }
90 90
 
Please login to merge, or discard this patch.