8000 Update NotBlank constraint description · symfony/symfony-docs@d059bee · GitHub
[go: up one dir, main page]

Skip to content

Commit d059bee

Browse files
siduxjaviereguiluz
authored andcommitted
Update NotBlank constraint description
1 parent 8d3b077 commit d059bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/NotBlank.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NotBlank
22
========
33

44
Validates that a value is not blank - meaning not equal to a blank string,
5-
a blank array or ``null``::
5+
a blank array, ``null`` or ``false``::
66

77
if (false === $value || (empty($value) && '0' != $value)) {
88
// validation will fail

0 commit comments

Comments
 (0)
0