mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
21 lines
277 B
Markdown
21 lines
277 B
Markdown
# AlwaysInvalid
|
|
|
|
- `AlwaysInvalid()`
|
|
|
|
Validates any input as invalid.
|
|
|
|
```php
|
|
v::alwaysInvalid()->validate('whatever'); // false
|
|
```
|
|
|
|
## Changelog
|
|
|
|
Version | Description
|
|
--------|-------------
|
|
0.5.0 | Created
|
|
|
|
***
|
|
See also:
|
|
|
|
- [AlwaysValid](AlwaysValid.md)
|
|
- [When](When.md)
|