Skip to content

Commit

Permalink
Merge pull request yiisoft#12467 from Mak-Di/patch-4
Browse files Browse the repository at this point in the history
Wrap "null"
  • Loading branch information
SilverFire authored Sep 6, 2016
2 parents 8f9e834 + a5b9df0 commit 8dc53f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/input-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ return [
];
```

By default, an input is considered empty if its value is an empty string, an empty array or a null.
By default, an input is considered empty if its value is an empty string, an empty array or a `null`.
You may customize the default empty detection logic by configuring the [[yii\validators\Validator::isEmpty]] property
with a PHP callable. For example,

Expand Down

0 comments on commit 8dc53f0

Please sign in to comment.