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 0ff3b90 commit ebd84a2Copy full SHA for ebd84a2
form/form_collections.rst
@@ -47,7 +47,7 @@ Here's the ``Task`` and the ``Tag`` entity::
47
48
.. note::
49
50
- The ``ArrayCollection`` is specific to Doctrine and is basically the
+ The `ArrayCollection`_ is specific to Doctrine and is basically the
51
same as using an ``array``.
52
53
.. code-block:: php
@@ -690,3 +690,4 @@ the relationship between the removed ``Tag`` and ``Task`` object.
690
.. _`JSFiddle`: http://jsfiddle.net/847Kf/4/
691
.. _`@a2lix/symfony-collection`: https://github.com/a2lix/symfony-collection
692
.. _`symfony-collection`: https://github.com/ninsuo/symfony-collection
693
+.. _`ArrayCollection`: https://www.doctrine-project.org/projects/doctrine-collections/en/1.6/index.html
0 commit comments