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 cffd6b9 commit a0de688Copy full SHA for a0de688
components/dependency_injection/advanced.rst
@@ -233,7 +233,7 @@ a reference of the old one as ``bar.inner``:
233
->setPublic(false)
234
->setDecoratedService('foo');
235
236
-Here is what's going on here: the ``setDecoratedService()` method tells
+Here is what's going on here: the ``setDecoratedService()`` method tells
237
the container that the ``bar`` service should replace the ``foo`` service,
238
renaming ``foo`` to ``bar.inner``.
239
By convention, the old ``foo`` service is going to be renamed ``bar.inner``,
0 commit comments