What's Changed
- fix(jsonschema): hashmaps produces invalid openapi schema by @vinceAmstoutz in #6830
- Fix/missing error normalizer trait by @mladencosa in #6853
- fix: test empty parameter against null by @soyuka in #6852
- fix(metadata): various parameter improvements by @soyuka in #6867
Notes
Parameter::getValue()
now takes a default value as argumentgetValue(mixed $default = new ParameterNotFound()): mixed
Parametes::get(string $key, string $parameterClass = QueryParameter::class)
(but alsohas
andremove
) now has a default value as second argument toQueryParameter::class
- Constraint violation had the wrong message when using
property
, fixed by using thekey
instead
New Contributors
- @mladencosa made their first contribution in #6853
Full Changelog: v3.4.8...v3.4.9