Skip to content

Commit bdc6e9b

Browse files
committed
minor symfony#13921 Update form_collections.rst (ThomasLandauer)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead. Discussion ---------- Update form_collections.rst Simplifying the code block. Second part of symfony#13446 Commits ------- b41b378 Update form_collections.rst
2 parents d9f595f + b41b378 commit bdc6e9b

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)