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 2874954 commit 8dc9fd3Copy full SHA for 8dc9fd3
service_container/injection_types.rst
@@ -187,14 +187,6 @@ so, what are the advantages?
187
* You can easily change the injected service as long as it respect the interface/type
188
asked by the initial service.
189
190
-* It allow you to get rid of factory usages which can lead a more complex code
191
-
192
-* As the dependency is optional, you can easily decide to receive the service
193
- without using the "with" method.
194
195
-* As the method automatically receive and set the attribute value,
196
- you couldn't obtain the newly created service without this dependency.
197
198
The disadvantages are:
199
200
* As the ``@return static`` docblock is required by the container to
0 commit comments