8000 [#8280] add missing trailing comma · symfony/symfony-docs@56873a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56873a5

Browse files
committed
[#8280] add missing trailing comma
1 parent eeeb6b1 commit 56873a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Notice that you embed a collection of ``TagType`` forms using the
135135

136136
$builder->add('tags', 'collection', array(
137137
'type' => new TagType(),
138-
'options' => array('label' => false)
138+
'options' => array('label' => false),
139139
));
140140
}
141141

0 commit comments

Comments
 (0)
0