Skip to content

Commit 0a7d499

Browse files
committed
Minor tweak
1 parent bdc6e9b commit 0a7d499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

form/form_collections.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ it will receive an *unknown* number of tags. Otherwise, you'll see a
227227

228228
public function buildForm(FormBuilderInterface $builder, array $options)
229229
{
230+
// ...
231+
230232
$builder->add('tags', CollectionType::class, [
231233
'entry_type' => TagType::class,
232234
'entry_options' => ['label' => false],

0 commit comments

Comments
 (0)