Skip to content

Commit

Permalink
Fix styling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Feb 6, 2025
1 parent 1ae040f commit 07920aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AuthorizationServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public function testMultipleRequestsGetDifferentResponseTypeInstances(): void
$privateKey = 'file://' . __DIR__ . '/Stubs/private.key';
$encryptionKey = 'file://' . __DIR__ . '/Stubs/public.key';

$responseTypePrototype = new class() extends BearerTokenResponse {
$responseTypePrototype = new class extends BearerTokenResponse {
protected CryptKeyInterface $privateKey;
protected Key|string|null $encryptionKey = null;

Expand Down

0 comments on commit 07920aa

Please sign in to comment.