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 601f0bc commit e2a4449Copy full SHA for e2a4449
service_container/service_decoration.rst
@@ -316,9 +316,8 @@ The generated code will be the following::
316
Control the Behavior When the Decorated Service Does Not Exist
317
--------------------------------------------------------------
318
319
-Let's imagine you have a decorator that decorates a service defined by another bundle.
320
-If for some reasons, that bundle is missing, the ``decoration_on_invalid``
321
-option will allow you to handle the lack of the decorated service.
+When you decorate a service that doesn't exists, the ``decoration_on_invalid``
+option allows you to choose the behavior to adopt.
322
323
.. configuration-block::
324
0 commit comments