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
minor #13386 use NotNull instead of NotBlank (xabbuh)
This PR was merged into the master branch.
Discussion
----------
use NotNull instead of NotBlank
Since we have the `Type` constraint enforcing strings and the `Length` constraint ensuring that the empty strings are rejected, wouldn't it be more sensible to use the more strict `NotNull` constraint?
Commits
-------
f574acb use NotNull instead of NotBlank
0 commit comments