We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd694f commit ba881a3Copy full SHA for ba881a3
reference/forms/types/options/by_reference.rst.inc
@@ -42,4 +42,4 @@ call the setter on the parent object.
42
Similarly, if you're using the :doc:`collection</reference/forms/types/collection>`
43
form type where your underlying collection data is an object (like with Doctrine's
44
``ArrayCollection``), then ``by_reference`` must be set to ``false`` if you
45
-need the setter (e.g. ``setAuthors()``) to be called.
+need the adder and remover (e.g. ``addAuthor()`` and ``removeAuthor()``) to be called.
0 commit comments