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 ff620da commit 2fe7f7dCopy full SHA for 2fe7f7d
README.md
@@ -108,6 +108,7 @@ if(!$validator->validate()){
108
109
#### Built-in Validation Types
110
111
+* `*`, `any` Always pass validation for any data type
112
* `null` Validate that value is null
113
* `bool`, `boolean` Validate that value is boolean
114
* `scalar` Validate that value is scalar (integer, float, string or boolean)
0 commit comments