Skip to content

Commit

Permalink
Remove leftover; should have been in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 26, 2023
1 parent e5a9b62 commit 96fc68c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SAML2/XML/saml/Assertion.php
Expand Up @@ -81,8 +81,6 @@ public function __construct(
protected ?Conditions $conditions = null,
protected array $statements = [],
) {
$this->dataType = C::XMLENC_ELEMENT;

Assert::same($issueInstant->getTimeZone()->getName(), 'Z', ProtocolViolationException::class);
Assert::nullOrValidNCName($id); // Covers the empty string
Assert::true(
Expand Down

0 comments on commit 96fc68c

Please sign in to comment.