Skip to content

Parser incorrectly replacing detrimental line of code. #31

@rbargerhuff

Description

@rbargerhuff

Upgraded an internal module to work with BackDrop CMS and afterwards noticed this in the generated path file.

-    $class = static::class;
+    $class =::;

It replaced static::class; entirely with T_DOUBLE_COLON, or ::

I believe this is an issue but I'm not sure where this should be reported.

Thank you and cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions