We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfa92a commit bc0d633Copy full SHA for bc0d633
1 file changed
README.md
@@ -356,7 +356,10 @@ $validator = Validator::validate(
356
);
357
```
358
359
-### Combining Multiple Rules
+<br>
360
361
+
362
+## Form validation with Combining Multiple Rules
363
364
You can combine multiple rules using the pipe (`|`) separator:
365
@@ -384,6 +387,8 @@ $data = $validator->getData();
384
387
385
388
386
389
390
391
392
### Error Handling Example
393
394
If any data is invalid then `error` method will return error messages array. Otherwise it'll return empty array.
0 commit comments