mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
commit
e3c24cbf21
@ -8,8 +8,8 @@ return array(
|
|||||||
'numeric' => "must be numeric",
|
'numeric' => "must be numeric",
|
||||||
'integer' => "must be an integer (0-9)",
|
'integer' => "must be an integer (0-9)",
|
||||||
'length' => "must be longer than %d",
|
'length' => "must be longer than %d",
|
||||||
'min' => "must be greater than %s",
|
'min' => "must be at least than %s",
|
||||||
'max' => "must be less than %s",
|
'max' => "must be no more than %s",
|
||||||
'in' => "contains invalid value",
|
'in' => "contains invalid value",
|
||||||
'notIn' => "contains invalid value",
|
'notIn' => "contains invalid value",
|
||||||
'ip' => "is not a valid IP address",
|
'ip' => "is not a valid IP address",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user