We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e84cc5 commit 2b36123Copy full SHA for 2b36123
src/Saml2/Response.php
@@ -1166,7 +1166,7 @@ protected function decryptAssertion(\DomNode $dom)
1166
// check if the decrypted assertion contains an encryptedID
1167
$encryptedID = $decrypted->getElementsByTagName('EncryptedID')->item(0);
1168
1169
- if($encryptedID) {
+ if ($encryptedID) {
1170
// decrypt the encryptedID
1171
$this->encryptedNameId = true;
1172
$this->decryptAssertion($encryptedID);
0 commit comments