We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab281a commit 831410dCopy full SHA for 831410d
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