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 06cfacd commit 8e5d52cCopy full SHA for 8e5d52c
document.md
@@ -192,5 +192,5 @@ validator | description | rule example
192
`max` | validate max | ....
193
`in` | validate in | ....
194
`string` | validate string | ....
195
-`array` | validate is Array | ....
+`isArray` | validate is Array | ....
196
`callback` | validate by custom callback | ....
src/Validator.php
@@ -6,11 +6,11 @@
6
* Time: 23:19
7
*/
8
9
-namespace slimExtend\validate;
+namespace inhere\validate;
10
11
/**
12
* Class Validator
13
- * @package slimExtend\validate
+ * @package inhere\validate
14
15
class Validator
16
{
0 commit comments