Skip to content

Commit b081cf8

Browse files
jpjoaonicolas-grekas
authored andcommitted
[FrameworkBundle] Fix typo on deprecated parameter typehint
1 parent 15f92b2 commit b081cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CHANGELOG
1010
* Made `MicroKernelTrait::configureContainer()` compatible with `ContainerConfigurator`
1111
* Added a new `mailer.message_bus` option to configure or disable the message bus to use to send mails.
1212
* Added flex-compatible default implementations for `MicroKernelTrait::registerBundles()` and `getProjectDir()`
13-
* Deprecated passing a `RouteCollectionBuiler` to `MicroKernelTrait::configureRoutes()`, type-hint `RoutingConfigurator` instead
13+
* Deprecated passing a `RouteCollectionBuilder` to `MicroKernelTrait::configureRoutes()`, type-hint `RoutingConfigurator` instead
1414
* The `TemplateController` now accepts context argument
1515
* Deprecated *not* setting the "framework.router.utf8" configuration option as it will default to `true` in Symfony 6.0
1616
* Added tag `routing.expression_language_function` to define functions available in route conditions

0 commit comments

Comments
 (0)