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
Description
When using nullable date or date time definitions the generated normalize method will throw a fatal error because a mandatory null check is missing:
Call to a member function format() on null
How to reproduce
schema:
dateProperty:
type: string
nullable: true
format: date
example: 2020-01-01