修正两处注释

This commit is contained in:
amc
2016-09-07 08:52:44 +08:00
parent 3bfa4a19f0
commit dbd839cfee
2 changed files with 2 additions and 2 deletions

View File

@@ -546,7 +546,7 @@ class Validate
$result = is_numeric($value);
break;
case 'integer':
// 是否为整
// 是否为整
$result = $this->filter($value, FILTER_VALIDATE_INT);
break;
case 'email':