Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 13, 2024
1 parent 7a0f43f commit 2b4c63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/cas/Attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2b4c63c

Please sign in to comment.