respect-validation/docs/Negative.md
Ismael Elias c2f6876e4f
Apply contribution guidelines to "Negative" rule
Also does not allow validation of non-numeric values.

Co-Authored-By: Henrique Moody <henriquemoody@gmail.com>
2018-06-06 08:00:58 +02:00

309 B

Negative

  • Negative()

Validates whether the input is a negative number.

v::numericVal()->negative()->validate(-15); // true

Changelog

Version Description
2.0.0 Does not validate non-numeric values
0.3.9 Created

See also: