respect-validation/docs/rules/NullType.md
Henrique Moody 4fd26e39bb
Rename "NotOptional" to "NotUndef"
Since I've already renamed the "Optional" rule to "UnderOf," it makes
sense to rename this rule too.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2024-05-06 20:45:27 +02:00

785 B

NullType

  • NullType()

Validates whether the input is null.

v::nullType()->validate(null); // true

Categorization

  • Types

Changelog

Version Description
1.0.0 Renamed from NullValue to NullType
0.3.9 Created as NullValue

See also: