Skip to content

Commit 3314011

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Replace link to getConfiguration method
2 parents c2ebd32 + 52a40b3 commit 3314011

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
@@ -330,7 +330,7 @@ As long as your bundle's configuration is located in the standard location
330330
(``YourBundle\DependencyInjection\Configuration``) and does not have
331331
a constructor it will work automatically. If you
332332
have something different, your ``Extension`` class must override the
333-
:method:`Extension::getConfiguration() <Symfony\\Component\\HttpKernel\\DependencyInjection\\Extension::getConfiguration>`
333+
:method:`Extension::getConfiguration() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getConfiguration>`
334334
method and return an instance of your ``Configuration``.
335335

336336
Supporting XML

0 commit comments

Comments
 (0)