Skip to content

Commit 07920aa

Browse files
committed
Fix styling error
1 parent 1ae040f commit 07920aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AuthorizationServerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function testMultipleRequestsGetDifferentResponseTypeInstances(): void
183183
$privateKey = 'file://' . __DIR__ . '/Stubs/private.key';
184184
$encryptionKey = 'file://' . __DIR__ . '/Stubs/public.key';
185185

186-
$responseTypePrototype = new class() extends BearerTokenResponse {
186+
$responseTypePrototype = new class extends BearerTokenResponse {
187187
protected CryptKeyInterface $privateKey;
188188
protected Key|string|null $encryptionKey = null;
189189

0 commit comments

Comments
 (0)