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 563c2ab commit 3729be8Copy full SHA for 3729be8
book/doctrine.rst
@@ -768,7 +768,7 @@ Relationship Mapping Metadata
768
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
769
770
To relate the ``Category`` and ``Product`` entities, start by creating a
771
-``products`` property on the ``Category`` class::
+``products`` property on the ``Category`` class:
772
773
.. configuration-block::
774
@@ -828,7 +828,7 @@ makes sense in the application for each ``Category`` to hold an array of
828
namespace as the targetEntity.
829
830
Next, since each ``Product`` class can relate to exactly one ``Category``
831
-object, you'll want to add a ``$category`` property to the ``Product`` class::
+object, you'll want to add a ``$category`` property to the ``Product`` class:
832
833
834
0 commit comments