Skip to content

Incorrect is_null transformation #11

Open
@mrpavlikov

Description

@mrpavlikov

changing is_null($var) to (null === $var) is cool, but it does it wrong combining with exclamation mark

if (!is_null($var)) => if (!null === $var)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions