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 bbf445e commit c746584Copy full SHA for c746584
service_container/injection_types.rst
@@ -324,6 +324,8 @@ which allow the container to return the newly created service:
324
This approach is useful if you need to configure your service according to your needs,
325
so, what are the advantages?
326
327
-* Your service become immutable, as Symfony will return a new object, the initial service stay clean and unchanged.
+* Your service becomes immutable, as the container will return a new object,
328
+ the initial service stays clean and unchanged.
329
-* You can easily change the injected service as long as it respect the interface asked by the initial service.
330
+* You can easily change the injected service as long as it respect the interface
331
+ asked by the initial service.
0 commit comments