Skip to content

Convert double quotes to single #633

Description

@alexander-akait

Input:

$var = "just string without expressions";

Output:

$var = "just string without expressions";

Expected behavior:

$var = 'just string without expressions';

Only for string without variables, call and etc.

Feel free to feedback. Add 👍 if you want this.

Metadata

Metadata

Assignees

No one assigned

    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