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.
2 parents 4ab66a7 + 66e4dc6 commit d2447d8Copy full SHA for d2447d8
tests/ResponseTypes/BearerResponseTypeTest.php
@@ -322,7 +322,7 @@ public function testGenerateHttpResponseWithIdToken(): void
322
$claimSetRepository = new class () implements ClaimSetRepositoryInterface {
323
public function getClaimSet(AccessTokenEntityInterface $accessToken): ClaimSetInterface
324
{
325
- $claimSet = new class() implements ClaimSetInterface {
+ $claimSet = new class () implements ClaimSetInterface {
326
public string $scope = 'openid';
327
328
/**
0 commit comments