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
minor #16351 [Form] Use a backed string enum in the EnumType example (Einenlum)
This PR was merged into the 5.4 branch.
Discussion
----------
[Form] Use a backed string enum in the EnumType example
A backed enum must declare the type of backed enum. Not declaring it is
not valid.
See [PHP documentation](https://www.php.net/manual/en/language.enumerations.backed.php).
This PR is based on 5.4 since the EnumType appeared in this version.
Commits
-------
132e0b9 Use a backed string enum in the EnumType example
0 commit comments