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 0a17d12 commit 132e0b9Copy full SHA for 132e0b9
reference/forms/types/enum.rst
@@ -36,7 +36,7 @@ short) defined somewhere in your application. This enum has to be of type
36
// src/Config/TextAlign.php
37
namespace App\Config;
38
39
- enum TextAlign
+ enum TextAlign: string
40
{
41
case Left = 'Left/Start aligned';
42
case Center = 'Center/Middle aligned';
0 commit comments