diff --git a/reference/constraints/NotBlank.rst b/reference/constraints/NotBlank.rst index 99eff50d7e4..558d2332f0c 100644 --- a/reference/constraints/NotBlank.rst +++ b/reference/constraints/NotBlank.rst @@ -2,7 +2,7 @@ NotBlank ======== Validates that a value is not blank - meaning not equal to a blank string, -a blank array or ``null``:: +a blank array, ``null`` or ``false``:: if (false === $value || (empty($value) && '0' != $value)) { // validation will fail
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: