Skip to content

Commit ae63bfe

Browse files
committed
Minor tweaks
1 parent d8804cb commit ae63bfe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

service_container/lazy_services.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ For example, to define your service as lazy use the following::
103103
// ...
104104
}
105105

106-
You can also configure laziness when your service is injected with
107-
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autowire` attribute.
108-
For example, to inject your service as lazy use the following::
106+
You can also configure laziness when your service is injected with the
107+
:class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autowire` attribute::
109108

110109
namespace App\Service;
111110

@@ -123,7 +122,7 @@ For example, to inject your service as lazy use the following::
123122

124123
.. versionadded:: 6.3
125124

126-
The ``lazy`` argument of the `#[Autowire()]` attribute was introduced in
125+
The ``lazy`` argument of the ``#[Autowire()]`` attribute was introduced in
127126
Symfony 6.3.
128127

129128
Interface Proxifying

0 commit comments

Comments
 (0)