Skip to content

Commit

Permalink
warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 8, 2024
1 parent 1412ce1 commit f4cf179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Functional/Controller/DeprecationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class DeprecationController
#[Route(path: '/legacy/null_options', name: 'legacy_null_options', methods: 'POST')]
#[OA\Response(
response: 200,
description: 'Legacy null options',
content: new Model(type: Article81::class, options: null),
)]
public function __invoke(Article81 $requestDTO): JsonResponse
Expand Down
1 change: 1 addition & 0 deletions tests/Functional/Fixtures/DeprecationController.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"operationId": "post_legacy_null_options",
"responses": {
"200": {
"description": "Legacy null options",
"content": {
"application/json": {
"schema": {
Expand Down

0 comments on commit f4cf179

Please sign in to comment.