We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3b077 commit d059beeCopy full SHA for d059bee
reference/constraints/NotBlank.rst
@@ -2,7 +2,7 @@ NotBlank
2
========
3
4
Validates that a value is not blank - meaning not equal to a blank string,
5
-a blank array or ``null``::
+a blank array, ``null`` or ``false``::
6
7
if (false === $value || (empty($value) && '0' != $value)) {
8
// validation will fail
0 commit comments