We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a9b62 commit 96fc68cCopy full SHA for 96fc68c
1 file changed
src/SAML2/XML/saml/Assertion.php
@@ -81,8 +81,6 @@ public function __construct(
81
protected ?Conditions $conditions = null,
82
protected array $statements = [],
83
) {
84
- $this->dataType = C::XMLENC_ELEMENT;
85
-
86
Assert::same($issueInstant->getTimeZone()->getName(), 'Z', ProtocolViolationException::class);
87
Assert::nullOrValidNCName($id); // Covers the empty string
88
Assert::true(
0 commit comments