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.
2 parents 708f471 + a5fda32 commit 8c8c15fCopy full SHA for 8c8c15f
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)
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nonamephp/php7-common",
3
"description": "A collection of common PHP 7 libraries",
4
- "version": "0.2.6",
+ "version": "0.2.7",
5
"license": "MIT",
6
"authors": [
7
0 commit comments