Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rien-vroom-cquential committed Oct 26, 2023
1 parent 15305b0 commit 743e802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Fixtures/Scratch/NestedAdditionalProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
responses: [new OAT\Response(response: 200, description: 'OK')]
)]
#[OAT\Schema(
additionalProperties: new OAT\AdditionalProperties(
additionalProperties: new OAT\AdditionalProperties(
type: "string",
)
),
additionalProperties: new OAT\AdditionalProperties(
additionalProperties: new OAT\AdditionalProperties(
type: 'string',
)
),
type: 'object'
)]
class NestedAdditionalAttributes
Expand Down

0 comments on commit 743e802

Please sign in to comment.