Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcriemer authored and StyleCIBot committed Oct 22, 2024
1 parent b1400a1 commit 9b30823
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 @@ -319,7 +319,7 @@ public function testDetermineMissingBearerInHeader(): void

public function testGenerateHttpResponseWithIdToken(): void
{
$claimSetRepository = new class() implements ClaimSetRepositoryInterface {
$claimSetRepository = new class () implements ClaimSetRepositoryInterface {
public function getClaimSet(AccessTokenEntityInterface $accessToken): ClaimSetInterface
{
$claimSet = new class () implements ClaimSetInterface {
Expand Down

0 comments on commit 9b30823

Please sign in to comment.