We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e596d commit 891b5bdCopy full SHA for 891b5bd
User/OidcUser.php
@@ -45,7 +45,7 @@ public function __construct(
45
private ?\DateTimeInterface $updatedAt = null,
46
47
// Additional Claims (https://openid.net/specs/openid-connect-core-1_0.html#AdditionalClaims)
48
- ...$additionalClaims
+ ...$additionalClaims,
49
) {
50
if (null === $sub || '' === $sub) {
51
throw new \InvalidArgumentException('The "sub" claim cannot be empty.');
0 commit comments