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