Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
joonlabs committed Sep 13, 2024
1 parent 5e84cc5 commit 2b36123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Saml2/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2b36123

Please sign in to comment.