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 aae21c9 commit 655a7b5Copy full SHA for 655a7b5
cookbook/form/form_collections.rst
@@ -63,8 +63,8 @@ objects. Start by creating a simple ``Task`` class::
63
.. note::
64
65
The ``ArrayCollection`` is specific to Doctrine and is basically the
66
- same as using an ``array`` (but it must be an ``ArrayCollection``) if
67
- you're using Doctrine.
+ same as using an ``array`` (but it must be an ``ArrayCollection`` if
+ you're using Doctrine).
68
69
Now, create a ``Tag`` class. As you saw above, a ``Task`` can have many ``Tag``
70
objects::
0 commit comments