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.
2 parents 5006315 + 6100666 commit 5a5451bCopy full SHA for 5a5451b
service_container/lazy_services.rst
@@ -27,6 +27,9 @@ until you interact with the proxy in some way.
27
28
Lazy services do not support `final`_ classes.
29
30
+ In PHP versions prior to 8.0 lazy services do not support parameters with
31
+ default values for built-in PHP classes (e.g. ``PDO``).
32
+
33
Installation
34
------------
35
0 commit comments