Skip to content

Commit

Permalink
Minor syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 15, 2024
1 parent 29d4007 commit 1c029ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container/lazy_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c029ca

Please sign in to comment.