Skip to content

Commit fe45bf4

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Update form_collections.rst
2 parents 3a4aa10 + 0a7d499 commit fe45bf4

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
@@ -226,7 +226,7 @@ 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');
229+
// ...
230230

231231
$builder->add('tags', CollectionType::class, [
232232
'entry_type' => TagType::class,

0 commit comments

Comments
 (0)