diff --git a/src/Saml2/Response.php b/src/Saml2/Response.php index d716ca5d..8c45b30e 100644 --- a/src/Saml2/Response.php +++ b/src/Saml2/Response.php @@ -1166,7 +1166,7 @@ protected function decryptAssertion(\DomNode $dom) // check if the decrypted assertion contains an encryptedID $encryptedID = $decrypted->getElementsByTagName('EncryptedID')->item(0); - if($encryptedID) { + if ($encryptedID) { // decrypt the encryptedID $this->encryptedNameId = true; $this->decryptAssertion($encryptedID);