Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 215 Bytes

NullValue.md

File metadata and controls

13 lines (8 loc) · 215 Bytes

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: