Skip to content

Commit 5602705

Browse files
authored
Update doctrine/associations.rst
1 parent ba23ce1 commit 5602705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ also generated a ``removeProduct()`` method::
581581
Thanks to this, if you call ``$category->removeProduct($product)``, the ``category_id``
582582
on that ``Product`` will be set to ``null`` in the database.
583583

584-
.. caution::
584+
.. warning::
585585

586586
Please be aware that the inverse side could be associated with a large amount of records.
587587
I.e. there could be a large amount of products with the same category.

0 commit comments

Comments
 (0)