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 ba23ce1 commit 5602705Copy full SHA for 5602705
doctrine/associations.rst
@@ -581,7 +581,7 @@ also generated a ``removeProduct()`` method::
581
Thanks to this, if you call ``$category->removeProduct($product)``, the ``category_id``
582
on that ``Product`` will be set to ``null`` in the database.
583
584
-.. caution::
+.. warning::
585
586
Please be aware that the inverse side could be associated with a large amount of records.
587
I.e. there could be a large amount of products with the same category.
0 commit comments