Skip to content

Commit 18d3694

Browse files
committed
minor #19535 Fix broken class links (alamirault)
This PR was merged into the 7.1 branch. Discussion ---------- Fix broken class links Continue #19515 on 7.1 branch Commits ------- ebd373c Fix broken class links
2 parents 1840814 + ebd373c commit 18d3694

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundles/prepend_extension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ method::
187187
The ``prependExtension()`` method, like ``prepend()``, is called only at compile time.
188188

189189
Alternatively, you can use the ``prepend`` parameter of the
190-
:method:`Symfony\\Component\\DependencyInjection\\Loader\\ContainerConfigurator::extension`
190+
:method:`Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator::extension`
191191
method::
192192

193193
use Symfony\Component\DependencyInjection\ContainerBuilder;
@@ -211,7 +211,7 @@ method::
211211
.. versionadded:: 7.1
212212

213213
The ``prepend`` parameter of the
214-
:method:`Symfony\\Component\\DependencyInjection\\Loader\\ContainerConfigurator::extension`
214+
:method:`Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator::extension`
215215
method was added in Symfony 7.1.
216216

217217
More than one Bundle using PrependExtensionInterface

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In this example, the ``$handler`` service is only instantiated when the
123123

124124
You can also type-hint the service locator argument with
125125
:class:`Symfony\\Contracts\\Service\\ServiceCollectionInterface` instead of
126-
:class:`Psr\\Container\\ContainerInterface`. By doing so, you'll be able to
126+
``Psr\Container\ContainerInterface``. By doing so, you'll be able to
127127
count and iterate over the services of the locator::
128128

129129
// ...

0 commit comments

Comments
 (0)