Skip to content

Commit c470274

Browse files
mvirtanenweaverryan
authored andcommitted
Syntax error in code example corrected.
1 parent eecc812 commit c470274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ argument to ``GenderType``, which receives the gender configuration::
247247
public function getDefaultOptions(array $options)
248248
{
249249
return array(
250-
'choices' => $this->genderChoices;
250+
'choices' => $this->genderChoices,
251251
);
252252
}
253253

0 commit comments

Comments
 (0)