We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5744623 commit c3ef622Copy full SHA for c3ef622
cookbook/form/form_collections.rst
@@ -459,7 +459,7 @@ is added to the ``Task`` class by calling the ``addTag`` method. Before this
459
change, they were added internally by the form by calling ``$task->getTags()->add($tag)``.
460
That was just fine, but forcing the use of the "adder" method makes handling
461
these new ``Tag`` objects easier (especially if you're using Doctrine, which
462
-we will talk about next!).
+you will learn about next!).
463
464
.. caution::
465
0 commit comments