Skip to content

整数验证错误 #35

Description

@liandong00

integer 规则,3.44,"3.44" 这些值也能通过

原因在这里,类型强制转换了,整数和浮点数的验证都无效了

'integer', 'int'  => is_numeric($value) && is_int((int)$value),
'float'           => is_numeric($value) && is_float((float)$value),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions