You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been marked as stale because it has not had any activity for 60 days. Remove stale label or comment to prevent this from being closed in 21 days.
Version
4.3.0
Description
When setting a #[Property] changing the type of the property, nullable is ignored and the result json makes the property nullable:
This is my code:
To make $level not nullable, I have to add #[Assert\NotNull].
If I don't use the #[Property] then the $level is not nullabel correctly.
I have a Normalizer that normalizes the StyleLevelEnum to a CodeCaptionDto.
JSON OpenApi
JSON OpenApi
Additional context
May be related with this issue: #2111
The text was updated successfully, but these errors were encountered: