Skip to content

Commit 891b5bd

Browse files
keradusnicolas-grekas
authored andcommitted
CS: trailing commas
1 parent 86e596d commit 891b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/OidcUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
private ?\DateTimeInterface $updatedAt = null,
4646

4747
// Additional Claims (https://openid.net/specs/openid-connect-core-1_0.html#AdditionalClaims)
48-
...$additionalClaims
48+
...$additionalClaims,
4949
) {
5050
if (null === $sub || '' === $sub) {
5151
throw new \InvalidArgumentException('The "sub" claim cannot be empty.');

0 commit comments

Comments
 (0)