mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
177 B
177 B
Negative
v::negative()
Validates if a number is lower than zero
v::numeric()->negative()->validate(-15); // true
See also: