Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e996ace

Browse files
committed
Minor reword
1 parent 3fa870b commit e996ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service_container/lazy_services.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ until you interact with the proxy in some way.
2727

2828
Lazy services do not support `final`_ classes.
2929

30-
Lazy services do not support default parameters for php internals, like ``PDO`` in releases prior to PHP 8.0.
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``).
3132

3233
Installation
3334
------------

0 commit comments

Comments
 (0)