10000 minor #44955 Fix incorrect format in UPGRADE-5.4.md (malteschlueter) · symfony/symfony@b41251a · GitHub
[go: up one dir, main page]

Skip to content

Commit b41251a

Browse files
committed
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 ------- 6e75bc0 Fix incorrect format
2 parents b626db7 + 6e75bc0 commit b41251a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-5.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Security
134134
* Deprecate the `$authManager` argument of `AccessListener`, the argument will be removed
135135
* Deprecate the `$authenticationManager` argument of the `AuthorizationChecker` constructor, the argument will be removed
136136
* Deprecate setting the `$alwaysAuthenticate` argument to `true` and not setting the
137-
`$exceptionOnNoToken argument to `false` of `AuthorizationChecker` (this is the default
137+
`$exceptionOnNoToken` argument to `false` of `AuthorizationChecker` (this is the default
138138
behavior when using `enable_authenticator_manager: true`)
139139
* Deprecate not setting the `$exceptionOnNoToken` argument of `AccessListener` to `false`
140140
(this is the default behavior when using `enable_authenticator_manager: true`)

0 commit comments

Comments
 (0)
0