Skip to content

Commit

Permalink
Update snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Jan 18, 2024
1 parent 9828f8f commit 19a3c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/guide/cookbook/default_security_at.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use OpenApi\Attributes as OAT;

#[OAT\OpenApi(
security: ['bearerAuth' => []]
security: [['bearerAuth' => []]]
)]
#[OAT\Components(
securitySchemes: [
Expand Down

0 comments on commit 19a3c54

Please sign in to comment.