We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45e401 commit ed465c9Copy full SHA for ed465c9
README.md
@@ -128,6 +128,8 @@ if(!$validator->validate()){
128
* `ipv6` Validate that value is IPv6
129
* `date`, `datetime` Validate that value is date/datetime
130
131
+**Hint:** You can add `[]` to the end of any type to validate an array of values.
132
+
133
#### Validator Methods
134
135
##### `__construct(array $values, array $rules)`
0 commit comments