Skip to content

Commit bc7e45c

Browse files
Jeroen van den Endenweaverryan
Jeroen van den Enden
authored andcommitted
Minor syntax fix
1 parent 821ed80 commit bc7e45c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/form/create_custom_field_type.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ AbstractType.
4444
'attr' => array(
4545
'class' => 'lastName'
4646
)
47-
));
47+
))
48+
;
4849
}
4950
5051
/**

0 commit comments

Comments
 (0)