8000 minor #27870 [FrameworkBundle] Fixed phpdoc in MicroKernelTrait::conf… · symfony/symfony@a7fdb32 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7fdb32

Browse files
minor #27870 [FrameworkBundle] Fixed phpdoc in MicroKernelTrait::configureRoutes() (vudaltsov)
This PR was merged into the 4.1 branch. Discussion ---------- [FrameworkBundle] Fixed phpdoc in MicroKernelTrait::configureRoutes() | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 948c841 [FrameworkBundle] Fixed phpdoc in MicroKernelTrait::configureRoutes()
2 parents d40fed9 + 948c841 commit a7fdb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trait MicroKernelTrait
2828
* Add or import routes into your application.
2929
*
3030
* $routes->import('config/routing.yml');
31-
* $routes->add('/admin', 'AppBundle:Admin:dashboard', 'admin_dashboard');
31+
* $routes->add('/admin', 'App\Controller\AdminController::dashboard', 'admin_dashboard');
3232
*
3333
* @param RouteCollectionBuilder $routes
3434
*/

0 commit comments

Comments
 (0)
0