Skip to content

set unescaped property default value #10

@tristanpemble

Description

@tristanpemble

I'd like to be able to generate a property that is an array that uses constants for keys, like

    public static $fooBar = [
        Foo::FOO => 'foo',
        Foo::BAR => 'bar',
    ];

it would be nice to be able to pass in something that is not automatically escaped via var_export

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions