Skip to content

Commit 8693fee

Browse files
committed
Remove 5.x versionadded directives
1 parent 2d8c22e commit 8693fee

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ be automatically registered as an extension. You can learn more about it in
166166
the dedicated section about
167167
:ref:`managing configuration with extensions <components-dependency-injection-extension>`.
168168

169-
.. versionadded:: 5.2
170-
171-
The automatic registration of the kernel as an extension when implementing the
172-
:class:`Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface`
173-
was introduced in Symfony 5.2.
174-
175169
It is also possible to implement the ``EventSubscriberInterface`` to handle
176170
events directly from the kernel, again it will be registered automatically::
177171

service_container/tags.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,6 @@ To answer this, change the service declaration:
541541
</services>
542542
</container>
543543
544-
.. versionadded:: 5.1
545-
546-
The possibility to add the ``name`` attribute to a tag in XML and YAML
547-
formats was introduced in Symfony 5.1.
548-
549544
.. tip::
550545

551546
In YAML format, you may provide the tag as a simple string as long as

0 commit comments

Comments
 (0)