Skip to content

The AvoidDoubleQuoteCheck rule is obsolete #58

@pounard

Description

@pounard

PHP compiler does optimize very thoroughly PHP string manipulation, this rule is obsolete.

It doesn't matter on how you write your string manipulations, using double quotes " or single quotes ' or HEREDOC syntax, the resulting OPCode will be exactly the same in the end.

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