minor #44955 Fix incorrect format in UPGRADE-5.4.md (malteschlueter)

This PR was merged into the 5.4 branch.

Discussion
----------

Fix incorrect format in UPGRADE-5.4.md

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

The format is not correct, see:
<img width="908" alt="grafik" src="https://user-images.githubusercontent.com/13586874/148679128-cd09da8a-5fea-47c1-b75f-ac3286a3cf78.png">

---

It should be like this:
<img width="993" alt="grafik" src="https://user-images.githubusercontent.com/13586874/148679163-46951132-04bf-445d-9f8f-10ba8da9916f.png">

Commits
-------

6e75bc039f Fix incorrect format
This commit is contained in:
Fabien Potencier 2022-01-09 11:55:23 +01:00
commit b41251a33a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Security
* Deprecate the `$authManager` argument of `AccessListener`, the argument will be removed
* Deprecate the `$authenticationManager` argument of the `AuthorizationChecker` constructor, the argument will be removed
* Deprecate setting the `$alwaysAuthenticate` argument to `true` and not setting the
`$exceptionOnNoToken argument to `false` of `AuthorizationChecker` (this is the default
`$exceptionOnNoToken` argument to `false` of `AuthorizationChecker` (this is the default
behavior when using `enable_authenticator_manager: true`)
* Deprecate not setting the `$exceptionOnNoToken` argument of `AccessListener` to `false`
(this is the default behavior when using `enable_authenticator_manager: true`)