Skip to content

Commit 4379342

Browse files
Update form_collections.rst
Simplifying the code block. Second part of #13446
1 parent 6f24d83 commit 4379342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

form/form_collections.rst

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

227227
public function buildForm(FormBuilderInterface $builder, array $options)
228228
{
229-
$builder->add('description');
230-
231229
$builder->add('tags', CollectionType::class, [
232230
'entry_type' => TagType::class,
233231
'entry_options' => ['label' => false],

0 commit comments

Comments
 (0)