8000 minor #9925 Fix a configuration block in the Doctrine Associations pa… · symfony/symfony-docs@a0d6bb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0d6bb0

Browse files
committed
minor #9925 Fix a configuration block in the Doctrine Associations page (Calinou)
This PR was merged into the 4.0 branch. Discussion ---------- Fix a configuration block in the Doctrine Associations page This also fixes a small typo. This issue first appeared in the `4.0` branch. Commits ------- 9a10276 Fix a configuration block in the Doctrine Associations page
2 parents c659a66 + 9a10276 commit a0d6bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/associations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ This ``ManyToOne`` mapping is required. It tells Doctrine to use the ``category_
200200
column on the ``product`` table to relate each record in that table with
201201
a record in the ``category`` table.
202202

203-
Next, since a *one* ``Category`` object will relate to *many* ``Product`` objects,
203+
Next, since *one* ``Category`` object will relate to *many* ``Product`` objects,
204204
the ``make:entity`` command *also* added a ``products`` property to the ``Category``
205-
class that will hold these objects::
205+
class that will hold these objects:
206206

207207
.. configuration-block::
208208

0 commit comments

Comments
 (0)
0