We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539acac commit 973e33fCopy full SHA for 973e33f
src/XML/samlp/AbstractMessage.php
@@ -5,7 +5,6 @@
5
namespace SimpleSAML\SAML2\XML\samlp;
6
7
use DateTimeImmutable;
8
-use DOMDocument;
9
use DOMElement;
10
use SimpleSAML\Assert\Assert;
11
use SimpleSAML\SAML2\Assert\Assert as SAMLAssert;
@@ -40,16 +39,6 @@ abstract class AbstractMessage extends AbstractSamlpElement implements SignableE
40
39
}
41
42
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
-
53
/** @var bool */
54
protected bool $messageContainedSignatureUponConstruction = false;
55
0 commit comments