Skip to content

Commit d014607

Browse files
Olivier Dolbeauwouterj
Olivier Dolbeau
authored andcommitted
Update choice.rst
Add missing parenthesis
1 parent 090afab commit d014607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ With this option you can also allow float values to be selected as data.
119119
120120
// ...
121121
$builder->add('status', 'choice', array(
122-
'choice_list' => new ChoiceList(array(1, 0.5), array('Full', 'Half')
122+
'choice_list' => new ChoiceList(array(1, 0.5), array('Full', 'Half'))
123123
));
124124
125125
.. include:: /reference/forms/types/options/empty_value.rst.inc

0 commit comments

Comments
 (0)