Skip to content

Commit 67f5b9b

Browse files
committed
minor #11291 be consistent ´with the following code example (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- be consistent ´with the following code example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 443e069 be consistent ´with the following code example
2 parents 46c4dd1 + 443e069 commit 67f5b9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

form/form_collections.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ you will learn about next!).
516516

517517
// src/AppBundle/Entity/Task.php
518518

519+
// ...
519520
public function addTag(Tag $tag)
520521
{
521522
// for a many-to-many association:

0 commit comments

Comments
 (0)