Skip to content

Commit 2b36123

Browse files
committed
Fix lint error
1 parent 5e84cc5 commit 2b36123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Saml2/Response.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ protected function decryptAssertion(\DomNode $dom)
11661166
// check if the decrypted assertion contains an encryptedID
11671167
$encryptedID = $decrypted->getElementsByTagName('EncryptedID')->item(0);
11681168

1169-
if($encryptedID) {
1169+
if ($encryptedID) {
11701170
// decrypt the encryptedID
11711171
$this->encryptedNameId = true;
11721172
$this->decryptAssertion($encryptedID);

0 commit comments

Comments
 (0)