Skip to content

Commit 172b72b

Browse files
committed
Merge branch '2.7' into 2.8
2 parents 5aa34c7 + f3f9339 commit 172b72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/choice_label.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If your choice values are objects, then ``choice_label`` can also be a
4949
'choices' => array(
5050
new Status(Status::YES),
5151
new Status(Status::NO),
52-
new Status::(Status::MAYBE),
52+
new Status(Status::MAYBE),
5353
),
5454
'choices_as_values' => true,
5555
'choice_label' => 'displayName',

0 commit comments

Comments
 (0)