Fix incorrect format

This commit is contained in:
Malte Schlüter 2022-01-09 11:50:45 +01:00 committed by GitHub
parent b626db7565
commit 6e75bc039f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`)