Commit 5c4bccc
committed
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 Length1 file changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 6 | | |
13 | 7 | | |
14 | | - | |
| 8 | + | |
| 9 | + | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| |||
115 | 110 | | |
116 | 111 | | |
117 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
118 | 127 | | |
119 | 128 | | |
120 | 129 | | |
| |||
0 commit comments