Closed tristanpemble closed 8 years ago
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
var_export
sounds like a great addition. Send a PR for what you need.
I'd like to be able to generate a property that is an array that uses constants for keys, like
it would be nice to be able to pass in something that is not automatically escaped via
var_export