Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d13dce3

Browse filesBrowse files
committed
Remove obsolete versionadded directive
1 parent 321fe55 commit d13dce3
Copy full SHA for d13dce3

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed

‎service_container/lazy_services.rst

Copy file name to clipboardExpand all lines: service_container/lazy_services.rst
-10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.