Skip to content

Commit 52a40b3

Browse files
committed
minor #14759 [DependencyInjection] Replace link to getConfiguration method (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] Replace link to getConfiguration method In my opinion, the link should redirect to the class where we can preview the method that must be overridden. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 6fa2894 Replace link to getConfiguration method
2 parents c497b6c + 6fa2894 commit 52a40b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ As long as your bundle's configuration is located in the standard location
334334
(``YourBundle\DependencyInjection\Configuration``) and does not have
335335
a constructor it will work automatically. If you
336336
have something different, your ``Extension`` class must override the
337-
:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
337+
:method:`Extension::getConfiguration() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getConfiguration>`
338338
method and return an instance of your ``Configuration``.
339339

340340
Supporting XML

0 commit comments

Comments
 (0)