Closed
Description
For example, when an empty string is validated through the Length
constraint, it is considered to be valid no matter if the constraint required a minimum length (see symfony/symfony#11943). It should be made clear that you also have to use the NotBlank
constraint to disallow empty strings too.
Note that the Length
constraint isn't the only constraint with this behaviour.