respect-validation/docs/rules/BoolType.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

796 B

BoolType

  • BoolType()

Validates whether the type of the input is boolean.

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

Categorization

  • Booleans
  • Types

Changelog

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

See also: