Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52a40b3

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 methodIn 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 containsthe bug (seehttps://symfony.com/releases for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe feature was introduced (and `5.x` for features of unreleased versions).-->Commits-------6fa2894 Replace link to getConfiguration method
2 parentsc497b6c +6fa2894 commit52a40b3

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)

[8]ページ先頭

©2009-2025 Movatter.jp