From 443e069bbb6a99f565959e94eecaec2fb47afd52 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 3 Apr 2019 21:35:41 +0200 Subject: [PATCH] =?UTF-8?q?be=20consistent=20=C2=B4with=20the=20following?= =?UTF-8?q?=20code=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- form/form_collections.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/form/form_collections.rst b/form/form_collections.rst index 76f6605f113..0ec333a6f8b 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -516,6 +516,7 @@ you will learn about next!). // src/AppBundle/Entity/Task.php + // ... public function addTag(Tag $tag) { // for a many-to-many association: