mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
Update en.php to include instanceOf
This commit is contained in:
parent
60bb8f0287
commit
6f5dad8745
@ -29,5 +29,6 @@ return array(
|
|||||||
'lengthBetween' => "must be between %d and %d characters",
|
'lengthBetween' => "must be between %d and %d characters",
|
||||||
'creditCard' => "must be a valid credit card number",
|
'creditCard' => "must be a valid credit card number",
|
||||||
"lengthMin" => "must contain greater than %d characters",
|
"lengthMin" => "must contain greater than %d characters",
|
||||||
"lengthMax" => "must contain less than %d characters"
|
"lengthMax" => "must contain less than %d characters",
|
||||||
|
"instanceOf" => "must be an instance of '%s'"
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user