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 0a59623 + 5a5451b commit 23f01c4Copy full SHA for 23f01c4
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