minor #36177 Fix typo on deprecated parameter typehint on UPGRADE-5.1.md file (jpjoao)

This PR was merged into the 5.1-dev branch.

Discussion
----------

Fix typo on deprecated parameter typehint on UPGRADE-5.1.md file

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | None
| License       | MIT
| Doc PR        | symfony/symfony-docs#13394

Fix typo.

Commits
-------

4939d4c61f [FrameworkBundle] Fix typo on deprecated parameter typehint
This commit is contained in:
Nicolas Grekas 2020-03-23 13:07:05 +01:00
commit 9bcffd5340
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Form
FrameworkBundle
---------------
* Deprecated passing a `RouteCollectionBuiler` to `MicroKernelTrait::configureRoutes()`, type-hint `RoutingConfigurator` instead
* Deprecated passing a `RouteCollectionBuilder` to `MicroKernelTrait::configureRoutes()`, type-hint `RoutingConfigurator` instead
* Deprecated *not* setting the "framework.router.utf8" configuration option as it will default to `true` in Symfony 6.0
HttpFoundation

View File

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