Skip to content

Commit 96fc68c

Browse files
committed
Remove leftover; should have been in last commit
1 parent e5a9b62 commit 96fc68c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/SAML2/XML/saml/Assertion.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ public function __construct(
8181
protected ?Conditions $conditions = null,
8282
protected array $statements = [],
8383
) {
84-
$this->dataType = C::XMLENC_ELEMENT;
85-
8684
Assert::same($issueInstant->getTimeZone()->getName(), 'Z', ProtocolViolationException::class);
8785
Assert::nullOrValidNCName($id); // Covers the empty string
8886
Assert::true(

0 commit comments

Comments
 (0)