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 17af024 commit f03ae21Copy full SHA for f03ae21
core/jwt.md
@@ -251,7 +251,7 @@ final class JwtDecorator implements OpenApiFactoryInterface
251
]);
252
253
$schemas = $openApi->getComponents()->getSecuritySchemes() ?? [];
254
- $schemas['JWT'] = new ArrayObject([
+ $schemas['JWT'] = new \ArrayObject([
255
'type' => 'http',
256
'scheme' => 'bearer',
257
'bearerFormat' => 'JWT',
0 commit comments