Skip to content

Commit ba881a3

Browse files
docteurkleinweaverryan
authored andcommitted
Update by_reference.rst.inc
1 parent 8bd694f commit ba881a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/by_reference.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ call the setter on the parent object.
4242
Similarly, if you're using the :doc:`collection</reference/forms/types/collection>`
4343
form type where your underlying collection data is an object (like with Doctrine's
4444
``ArrayCollection``), then ``by_reference`` must be set to ``false`` if you
45-
need the setter (e.g. ``setAuthors()``) to be called.
45+
need the adder and remover (e.g. ``addAuthor()`` and ``removeAuthor()``) to be called.

0 commit comments

Comments
 (0)