We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae040f commit 07920aaCopy full SHA for 07920aa
tests/AuthorizationServerTest.php
@@ -183,7 +183,7 @@ public function testMultipleRequestsGetDifferentResponseTypeInstances(): void
183
$privateKey = 'file://' . __DIR__ . '/Stubs/private.key';
184
$encryptionKey = 'file://' . __DIR__ . '/Stubs/public.key';
185
186
- $responseTypePrototype = new class() extends BearerTokenResponse {
+ $responseTypePrototype = new class extends BearerTokenResponse {
187
protected CryptKeyInterface $privateKey;
188
protected Key|string|null $encryptionKey = null;
189
0 commit comments