Commit 18d41cc
committed
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 example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments