Skip to content

Commit 973e33f

Browse files
committed
Remove unused property
1 parent 539acac commit 973e33f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/XML/samlp/AbstractMessage.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace SimpleSAML\SAML2\XML\samlp;
66

77
use DateTimeImmutable;
8-
use DOMDocument;
98
use DOMElement;
109
use SimpleSAML\Assert\Assert;
1110
use SimpleSAML\SAML2\Assert\Assert as SAMLAssert;
@@ -40,16 +39,6 @@ abstract class AbstractMessage extends AbstractSamlpElement implements SignableE
4039
}
4140

4241

43-
/**
44-
* The \DOMDocument we are currently building.
45-
*
46-
* This variable is used while generating XML from this message. It holds the
47-
* \DOMDocument of the XML we are generating.
48-
*
49-
* @var \DOMDocument|null
50-
*/
51-
protected ?DOMDocument $document = null;
52-
5342
/** @var bool */
5443
protected bool $messageContainedSignatureUponConstruction = false;
5544

0 commit comments

Comments
 (0)