Skip to content

Commit bc0d633

Browse files
committed
doc improved
1 parent 4dfa92a commit bc0d633

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,10 @@ $validator = Validator::validate(
356356
);
357357
```
358358

359-
### Combining Multiple Rules
359+
<br>
360+
<br>
361+
362+
## Form validation with Combining Multiple Rules
360363

361364
You can combine multiple rules using the pipe (`|`) separator:
362365

@@ -384,6 +387,8 @@ $data = $validator->getData();
384387

385388
```
386389

390+
<br>
391+
387392
### Error Handling Example
388393

389394
If any data is invalid then `error` method will return error messages array. Otherwise it'll return empty array.

0 commit comments

Comments
 (0)