Skip to content

Commit 2fe7f7d

Browse files
committed
Add “any” to built-in validation types section
1 parent ff620da commit 2fe7f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ if(!$validator->validate()){
108108

109109
#### Built-in Validation Types
110110

111+
* `*`, `any` Always pass validation for any data type
111112
* `null` Validate that value is null
112113
* `bool`, `boolean` Validate that value is boolean
113114
* `scalar` Validate that value is scalar (integer, float, string or boolean)

0 commit comments

Comments
 (0)