Skip to content

Commit 67d3377

Browse files
committed
minor symfony#9567 Fix a method reference value (lex111)
This PR was merged into the 4.0 branch. Discussion ---------- Fix a method reference value <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- fa22d22 Fix a method reference value
2 parents 19942a4 + fa22d22 commit 67d3377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/front_controllers_and_kernel.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ you must implement them all:
8383
:method:`Symfony\\Component\\HttpKernel\\KernelInterface::registerBundles`
8484
It must return an array of all bundles needed to run the application.
8585

86-
:method:`Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait:configureRoutes`
86+
:method:`Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait::configureRoutes`
8787
It adds individual routes or collections of routes to the application (for
8888
example loading the routes defined in some config file).
8989

0 commit comments

Comments
 (0)