We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.33.4
I'm running the following code
<?php namespace App\Query; class SingleCaisseLocaleQuery { public int $test; public array $nums = []; }
public function getCaisseLocale(Request $request, #[MapQueryString] SingleCaisseLocaleQuery $filters): array
In the generated OpenApi doc the test parameter is generated but not the nums one.
"parameters": [ { "name": "test", "in": "query", "required": false, "schema": { "type": "integer" } } ],
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.33.4
Description
I'm running the following code
In the generated OpenApi doc the test parameter is generated but not the nums one.
JSON OpenApi
JSON OpenApi
Additional context
No response
The text was updated successfully, but these errors were encountered: