[DI] Support PHP 8.1 enums when dumping the container #40233
Labels
DependencyInjection
Feature
Help wanted
Issues and PRs which are looking for volunteers to complete them.
To support PHP 8.1 enums, we need to be able to use them in arguments in the DI component. For that, the dumper needs to be able to dump such values (which will require a special dumping logic to dump them as
\My\Enum::CASE
in the generated code)The text was updated successfully, but these errors were encountered: