Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 11, 2024
1 parent 539acac commit 973e33f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/XML/samlp/AbstractMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace SimpleSAML\SAML2\XML\samlp;

use DateTimeImmutable;
use DOMDocument;
use DOMElement;
use SimpleSAML\Assert\Assert;
use SimpleSAML\SAML2\Assert\Assert as SAMLAssert;
Expand Down Expand Up @@ -40,16 +39,6 @@ abstract class AbstractMessage extends AbstractSamlpElement implements SignableE
}


/**
* The \DOMDocument we are currently building.
*
* This variable is used while generating XML from this message. It holds the
* \DOMDocument of the XML we are generating.
*
* @var \DOMDocument|null
*/
protected ?DOMDocument $document = null;

/** @var bool */
protected bool $messageContainedSignatureUponConstruction = false;

Expand Down

0 comments on commit 973e33f

Please sign in to comment.