File tree 1 file changed +2
-2
lines changed
cookbook/service_container
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ scope other than ``container`` and ``prototype``. But for the purposes of
45
45
this entry, imagine there is another scope ``client `` and a service ``client_configuration ``
46
46
that belongs to it. This is not a common situation, but the idea is that
47
47
you may enter and exit multiple ``client `` scopes during a request, and each
48
- has its own ``client_configuration `` service.
48
+ has its own ``client_configuration `` service.
49
49
50
50
Scopes add a constraint on the dependencies of a service: a service cannot
51
51
depend on services from a narrower scope. For example, if you create a generic
@@ -274,7 +274,7 @@ argument is the ``ClientConfiguration`` object:
274
274
my_mailer :
275
275
class : Acme\HelloBundle\Mail\Mailer
276
276
scope : client
277
- arguments : [@client_configuration]
277
+ arguments : [" @client_configuration" ]
278
278
279
279
.. code-block :: xml
280
280
You can’t perform that action at this time.
0 commit comments