mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
219 B
219 B
NullValue
v::nullValue()
Validates if the input is null. This rule does not allow empty strings to avoid ambiguity.
v::nullValue()->validate(null); //true
See also: