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 da27090 + e996ace commit 6100666Copy full SHA for 6100666
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