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 #11886 [Validator] Documented the allowEmptyString option in Length (javiereguiluz)
This PR was merged into the 4.4 branch.
Discussion
----------
[Validator] Documented the allowEmptyString option in Length
This fixes#11875.
When upmerging to `master`, contents will be replaced by the following:
```rst
allowEmptyString
~~~~~~~~~~~~~~~~
**type**: ``boolean`` **default**: ``false``
If set to ``true``, empty strings are considered valid (which is the same
behavior as previous Symfony versions). The default ``false`` value considers
empty strings not valid.
```
Commits
-------
c510abb [Validator] Documented the allowEmptyString option in Length
0 commit comments