We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef0ab0 commit 0159487Copy full SHA for 0159487
bundles/override.rst
@@ -53,9 +53,10 @@ inside a :doc:`compiler pass </service_container/compiler_passes>`.
53
Entities & Entity Mapping
54
-------------------------
55
56
-Entity mapping can only be overridden if a bundle provides a mapped superclass (such as the ``User`` entity in the
57
-FOSUserBundle). It's possible to override attributes and associations in this way. Learn more
58
-about this feature and its limitations in `the Doctrine documentation`_.
+Overriding entity mapping is only possible if a bundle provides a mapped
+superclass (such as the ``User`` entity in the FOSUserBundle). It's possible to
+override attributes and associations in this way. Learn more about this feature
59
+and its limitations in `the Doctrine documentation`_.
60
61
Forms
62
-----
0 commit comments