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
What happened?
@bodyParam myStatus object Description @bodyParam myStatus.listOfValues string[] Description. Example: []
php artisan scribe:generate
The parameter is not visible at all:
'myStatus' => [ ],
instead of...
The example should show the empty array (because it's a valid value for that param)
'myStatus' => [ 'listOfValues' => [], ],
My environment:
php -v
composer show laravel/framework
composer show laravel/lumen-framework
composer show knuckleswtf/scribe
The text was updated successfully, but these errors were encountered:
4351be8
Fixed in 3.16.0
Sorry, something went wrong.
No branches or pull requests
What happened?
php artisan scribe:generate
The parameter is not visible at all:
instead of...
The example should show the empty array (because it's a valid value for that param)
My environment:
php -v
): 8.0.8composer show laravel/framework
orcomposer show laravel/lumen-framework
): v8.70.2composer show knuckleswtf/scribe
): 3.15.0The text was updated successfully, but these errors were encountered: