We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5aa34c7 + f3f9339 commit 172b72bCopy full SHA for 172b72b
reference/forms/types/options/choice_label.rst.inc
@@ -49,7 +49,7 @@ If your choice values are objects, then ``choice_label`` can also be a
49
'choices' => array(
50
new Status(Status::YES),
51
new Status(Status::NO),
52
- new Status::(Status::MAYBE),
+ new Status(Status::MAYBE),
53
),
54
'choices_as_values' => true,
55
'choice_label' => 'displayName',
0 commit comments