Skip to content

"numeric" is int|float|string (int|float|numeric-string) not int|float #1771

@kkmuffme

Description

@kkmuffme

Currently "numeric" is treated as int|float, however it's actually int|float|string (phpdoc: int|float|numeric-string)

Additionally, this means that the existing is_int|is_float condition it adds atm is wrong. It should be using is_numeric.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions