From 1c029ca350e22c991af52203978954e30e224ccd Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 15 Mar 2024 08:29:38 +0100 Subject: [PATCH] Minor syntax fix --- service_container/lazy_services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/lazy_services.rst b/service_container/lazy_services.rst index fb5af58d509..38d2f2186f0 100644 --- a/service_container/lazy_services.rst +++ b/service_container/lazy_services.rst @@ -23,7 +23,7 @@ until you interact with the proxy in some way. .. caution:: - Lazy services do not support `final`_ or `readonly` classes, but you can use + Lazy services do not support `final`_ or ``readonly`` classes, but you can use `Interface Proxifying`_ to work around this limitation. In PHP versions prior to 8.0 lazy services do not support parameters with