respect-validation/docs/Negative.md
2017-03-28 11:53:14 +02:00

20 lines
253 B
Markdown

# Negative
- `Negative()`
Validates if a number is lower than zero
```php
v::numericVal()->negative()->validate(-15); // true
```
## Changelog
Version | Description
--------|-------------
0.3.9 | Created
***
See also:
- [Positive](Positive.md)