/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules/Negative.md (177B)
# Negative
- `v::negative()`
Validates if a number is lower than zero
```php
v::numeric()->negative()->validate(-15); // true
```
***
See also:
* [Positive](Positive.md)