mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +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: