You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
derrabus, Taluu, mamoot64, TomasVotruba, abstet and 2 more