Skip to content

Make possibility to use PHP enum value as an array key in YAML #61082

Open
@SamAntUA

Description

@SamAntUA

Description

Now we can use enum value as array element value like this:

$argument: {
    'foo': !php/enum App\Enum\Day::MONDAY->value
}

But we can't create a map, keyed by enum values, like this:

$dayDiscountMap: {
    !php/enum App\Enum\Day::MONDAY->value: 10,
    !php/enum App\Enum\Day::TUESDAY->value: 15
}

It's a pity. I offer to implement this possibility.

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions