8000
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 99cfa29 commit c2de27cCopy full SHA for c2de27c
doctrine/associations.rst
@@ -200,9 +200,9 @@ This ``ManyToOne`` mapping is required. It tells Doctrine to use the ``category_
200
column on the ``product`` table to relate each record in that table with
201
a record in the ``category`` table.
202
203
-Next, since a *one* ``Category`` object will relate to *many* ``Product`` objects,
+Next, since *one* ``Category`` object will relate to *many* ``Product`` objects,
204
the ``make:entity`` command *also* added a ``products`` property to the ``Category``
205
-class that will hold these objects::
+class that will hold these objects:
206
207
.. configuration-block::
208
0 commit comments