Skip to content

Commit d13dce3

Browse files
committed
Remove obsolete versionadded directive
1 parent 321fe55 commit d13dce3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

service_container/lazy_services.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ For example, to define your service as lazy use the following::
105105
// ...
106106
}
107107

108-
.. versionadded:: 5.4
109-
110-
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure` attribute
111-
was introduced in Symfony 5.4.
112-
113108
Interface Proxifying
114109
--------------------
115110

@@ -184,11 +179,6 @@ parameter value::
184179
// ...
185180
}
186181

187-
.. versionadded:: 5.4
188-
189-
The :class:`Symfony\\Component\\DependencyInjection\\Attribute\\Autoconfigure` attribute
190-
was introduced in Symfony 5.4.
191-
192182
The virtual `proxy`_ injected into other services will only implement the
193183
specified interfaces and will not extend the original service class, allowing to
194184
lazy load services using `final`_ classes. You can configure the proxy to

0 commit comments

Comments
 (0)