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 5aaad8d commit d3cea66Copy full SHA for d3cea66
book/service_container.rst
@@ -237,8 +237,7 @@ looks up the value of each parameter and uses it in the service definition.
237
For example, you may want to pass in the ``request`` service as an argument.
238
In these cases, you may receive a ``ScopeWideningInjectionException``.
239
To understand this problem better and learn how to solve it, refer to
240
- the cookbook article :doc:`/cookbook/service_container/scopes` for a
241
- few solutions.
+ the cookbook article :doc:`/cookbook/service_container/scopes`.
242
243
The purpose of parameters is to feed information into services. Of course
244
there was nothing wrong with defining the service without using any parameters.
0 commit comments