mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
177 B
177 B
Negative
v::negative()
Validates if a number is lower than zero
v::numeric()->negative()->validate(-15); // true
See also: