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 9718832 commit 7f25299Copy full SHA for 7f25299
reference/forms/types/options/choice_label.rst.inc
@@ -43,7 +43,7 @@ If your choice values are objects, then ``choice_label`` can also be a
43
'choices' => array(
44
new Status(Status::YES),
45
new Status(Status::NO),
46
- new Status::(Status::MAYBE),
+ new Status(Status::MAYBE),
47
),
48
'choices_as_values' => true,
49
'choice_label' => 'displayName',
0 commit comments