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 577760f commit 8c81e56Copy full SHA for 8c81e56
service_container/injection_types.rst
@@ -204,8 +204,8 @@ The disadvantages are:
204
you can found that adding docblock for a single method isn't adapted or
205
link your code to the container.
206
207
-* As this approach force the container to create a new object
208
- once the method is called, you can found hard to debug and test your code.
+* Unless the service is declared lazy, it is incompatible with services
+ that reference each other in what are called circular loops
209
210
Setter Injection
211
----------------
0 commit comments