Skip to content

Commit b41b378

Browse files
ThomasLandauerjaviereguiluz
authored andcommitted
Update form_collections.rst
Simplifying the code block. Second part of symfony#13446
1 parent d9f595f commit b41b378

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
@@ -227,8 +227,6 @@ it will receive an *unknown* number of tags. Otherwise, you'll see a
227227

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

0 commit comments

Comments
 (0)