Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 31, 2024
1 parent fe9956b commit bfee974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/fed/AbstractSecurityTokenServiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ final public function __construct(
Assert::minCount($securityTokenServiceEndpoint, 1, MissingElementException::class);
Assert::allIsInstanceOf(
$securityTokenServiceEndpoint,
AbstractSecurityTokenServiceType::class,
SecurityTokenServiceEndpoint::class,
SchemaViolationException::class,
);
Assert::allIsInstanceOf(
Expand Down

0 comments on commit bfee974

Please sign in to comment.