Skip to content

Commit 310f4ae

Browse files
committed
bug #4639 Update by_reference.rst.inc (docteurklein)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4639). Discussion ---------- Update by_reference.rst.inc Commits ------- ba881a3 Update by_reference.rst.inc
2 parents 8bd694f + ba881a3 commit 310f4ae

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)