Skip to content

Commit 6fa2894

Browse files
sebpaczspaczkowski
authored andcommitted
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.
1 parent d5990be commit 6fa2894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

Lines changed: 1 addition & 1 deletion
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)