We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4efe8 commit 9da5efdCopy full SHA for 9da5efd
reference/forms/types/enum.rst
@@ -30,7 +30,8 @@ Example Usage
30
-------------
31
32
Before using this field, you'll need to have some PHP enumeration (or "enum" for
33
-short) defined somewhere in your application::
+short) defined somewhere in your application. This enum has to be of type
34
+"backed enum", where each keyword defines a scalar value such a string::
35
36
// src/Config/TextAlign.php
37
namespace App\Config;
0 commit comments