Skip to content

Commit 4937afb

Browse files
committed
Minor reword
1 parent 214e5df commit 4937afb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundles/prepend_extension.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ method::
181181

182182
The ``prependExtension()`` method, like ``prepend()``, is called only at compile time.
183183

184-
.. deprecated:: 7.1
184+
.. versionadded:: 7.1
185185

186-
The :method:`Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator::import`
187-
method behavior was modified in Symfony 7.1 to prepend config instead of appending. This behavior change only
188-
affects to the ``prependExtension()`` method.
186+
Starting from Symfony 7.1, calling the :method:`Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator::import`
187+
method inside ``prependExtension()`` will prepend the given configuration.
188+
In previous Symfony versions, this method appended the configuration.
189189

190190
Alternatively, you can use the ``prepend`` parameter of the
191191
:method:`Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator::extension`

0 commit comments

Comments
 (0)