Skip to content

Commit

Permalink
Fix dynamic property creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 1, 2023
1 parent 34d57b8 commit 94619b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/SAML2/XML/saml/Assertion.php
Expand Up @@ -53,6 +53,13 @@ final class Assertion extends AbstractSamlElement implements
*/
protected bool $wasSignedAtConstruction = false;

/**
* The original signed XML
*
* @var \DOMElement
*/
protected DOMElement $xml;


/**
* Assertion constructor.
Expand Down

0 comments on commit 94619b0

Please sign in to comment.