You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #13394 Fix typehint of parameter for MicrokernelTrait::configureRoutes() (jpjoao)
This PR was merged into the master branch.
Discussion
----------
Fix typehint of parameter for MicrokernelTrait::configureRoutes()
It is now `RoutingConfigurator` instead of `RouteCollectionBuilder` according to https://github.com/symfony/symfony/blob/master/UPGRADE-5.1.md#frameworkbundle
Also... There is a typo on the type on the mentioned file. Should I make PR to it or is it generated automatically?
Commits
-------
4b5f199 Typehint of parameter for MicrokernelTrait::configureRoutes() should be RoutingConfigurator instead of RouteCollectionBuilder according to https://github.com/symfony/symfony/blob/master/UPGRADE-5.1.md#frameworkbundle
0 commit comments