Skip to content

Update by_reference.rst.inc #4639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

docteurklein
Copy link
Contributor

No description provided.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i feel the sentence is too long (it's even too long in its current version). What do you think about splitting this up into two sentences?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine

@weaverryan
Copy link
Member

Thanks Flo!

weaverryan added a commit that referenced this pull request Jan 1, 2015
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
@weaverryan weaverryan closed this Jan 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants