respect-validation/docs/BoolType.md
Henrique Moody 8465180062
Apply contribution guidelines to "BoolType" rule
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-03-27 00:09:58 +02:00

683 B

BoolType

  • BoolType()

Validates whether the type of the input is boolean.

v::boolType()->validate(true); // true
v::boolType()->validate(false); // true

Changelog

Version Description
1.0.0 Renamed from Bool to BoolType
0.3.9 Created as Bool

See also: