diff --git a/src/XML/cas/Attributes.php b/src/XML/cas/Attributes.php index 0806686..318de71 100644 --- a/src/XML/cas/Attributes.php +++ b/src/XML/cas/Attributes.php @@ -43,7 +43,7 @@ final class Attributes extends AbstractCasElement * @param \SimpleSAML\CAS\XML\cas\AuthenticationDate $authenticationDate * @param \SimpleSAML\CAS\XML\cas\LongTermAuthenticationRequestTokenUsed $longTermAuthenticationRequestTokenUsed * @param \SimpleSAML\CAS\XML\cas\IsFromNewLogin $isFromNewLogin - * @param \SimpleSAML\XML\Chunk[] $elts + * @param list<\SimpleSAML\XML\SerializableElementInterface> $elts */ final public function __construct( protected AuthenticationDate $authenticationDate,