We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2969c commit cfd7713Copy full SHA for cfd7713
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