Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 5, 2024
1 parent ff93889 commit 90ac4f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/Functional/SymfonyFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testMapQueryStringModelGetsCreated(): void
'nullableArticleType81' => [
'nullable' => true,
'allOf' => [
['$ref' => '#/components/schemas/ArticleType81']
['$ref' => '#/components/schemas/ArticleType81'],
],
],
],
Expand Down Expand Up @@ -121,7 +121,7 @@ public function testMapQueryString(): void
'schema' => [
'nullable' => true,
'allOf' => [
['$ref' => '#/components/schemas/ArticleType81']
['$ref' => '#/components/schemas/ArticleType81'],
],
'property' => 'nullableArticleType81',
],
Expand Down Expand Up @@ -188,7 +188,7 @@ public function testMapQueryStringParametersAreOptional(): void
'schema' => [
'nullable' => true,
'allOf' => [
['$ref' => '#/components/schemas/ArticleType81']
['$ref' => '#/components/schemas/ArticleType81'],
],
'property' => 'nullableArticleType81',
],
Expand Down Expand Up @@ -259,7 +259,7 @@ public function testMapQueryStringParametersOverwriteParameters(): void
'schema' => [
'nullable' => true,
'allOf' => [
['$ref' => '#/components/schemas/ArticleType81']
['$ref' => '#/components/schemas/ArticleType81'],
],
'property' => 'nullableArticleType81',
],
Expand Down

0 comments on commit 90ac4f5

Please sign in to comment.