Skip to content

Commit 8e5d52c

Browse files
author
xiajianjun
committed
some update
1 parent 06cfacd commit 8e5d52c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,5 +192,5 @@ validator | description | rule example
192192
`max` | validate max | ....
193193
`in` | validate in | ....
194194
`string` | validate string | ....
195-
`array` | validate is Array | ....
195+
`isArray` | validate is Array | ....
196196
`callback` | validate by custom callback | ....

src/Validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* Time: 23:19
77
*/
88

9-
namespace slimExtend\validate;
9+
namespace inhere\validate;
1010

1111
/**
1212
* Class Validator
13-
* @package slimExtend\validate
13+
* @package inhere\validate
1414
*/
1515
class Validator
1616
{

0 commit comments

Comments
 (0)