Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd059bee

Browse files
siduxjaviereguiluz
authored andcommitted
Update NotBlank constraint description
1 parent8d3b077 commitd059bee

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 arrayor ``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)

[8]ページ先頭

©2009-2025 Movatter.jp