mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
After writing the integration tests of the "Space" rule we noticed that
it is generating extra double-quotes for the "{{additionalChars}}"
template placeholder.
This commit will also remove those extra double-quotes.
Co-authored-by: Henrique Moody <henriquemoody@gmail.com>
290 B
290 B
Space
Space()Space(string ...$additionalChars)
Validates whether the input contains only whitespaces characters.
v::space()->validate(' '); // true
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: