Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit cb1bc81

Browse files
committed
docs: moved required label to the correct place
1 parent be94eb0 commit cb1bc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/03-rules_regex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Validator::regex('/[a-z]/', match: false)->validate('123'); // true
3131
3232
## Options
3333

34-
### `pattern` `required`
34+
### `pattern`
3535

36-
type: `string`
36+
type: `string` `required`
3737

3838
Regular expression pattern to be matched against.
3939

0 commit comments

Comments
 (0)