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 3fa870b commit e996aceCopy full SHA for e996ace
service_container/lazy_services.rst
@@ -27,7 +27,8 @@ until you interact with the proxy in some way.
27
28
Lazy services do not support `final`_ classes.
29
30
- Lazy services do not support default parameters for php internals, like ``PDO`` in releases prior to PHP 8.0.
+ 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
------------
0 commit comments