Skip to content

Commit

Permalink
Merge pull request #17 from marcriemer/analysis-4wLr71
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
marcriemer authored Oct 22, 2024
2 parents 4ab66a7 + 66e4dc6 commit d2447d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ResponseTypes/BearerResponseTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public function testGenerateHttpResponseWithIdToken(): void
$claimSetRepository = new class () implements ClaimSetRepositoryInterface {
public function getClaimSet(AccessTokenEntityInterface $accessToken): ClaimSetInterface
{
$claimSet = new class() implements ClaimSetInterface {
$claimSet = new class () implements ClaimSetInterface {
public string $scope = 'openid';

/**
Expand Down

0 comments on commit d2447d8

Please sign in to comment.