diff --git a/UPGRADE-3.3.md b/UPGRADE-3.3.md index f6e6fdcf63..9ce7ee90d1 100644 --- a/UPGRADE-3.3.md +++ b/UPGRADE-3.3.md @@ -258,7 +258,8 @@ Security * The `LogoutUrlGenerator::registerListener()` method will expect a 6th `$context = null` argument in 4.0. Define the argument when overriding this method. - * The `AccessDecisionManager::setVoters()` has been deprecated. Pass the voters to the constructor instead. + * The `AccessDecisionManager::setVoters()` method has been deprecated. Pass + the voters to the constructor instead. SecurityBundle -------------- diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index ab63496b30..a19b082c80 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -384,7 +384,8 @@ Security * The `LogoutUrlGenerator::registerListener()` method expects a 6th `$context = null` argument. - * The `AccessDecisionManager::setVoters()` has been removed. Pass the voters to the constructor instead. + * The `AccessDecisionManager::setVoters()` method has been removed. Pass the + voters to the constructor instead. SecurityBundle -------------- diff --git a/src/Symfony/Component/Security/CHANGELOG.md b/src/Symfony/Component/Security/CHANGELOG.md index 20cb160555..afc48f927d 100644 --- a/src/Symfony/Component/Security/CHANGELOG.md +++ b/src/Symfony/Component/Security/CHANGELOG.md @@ -4,7 +4,8 @@ CHANGELOG 3.3.0 ----- - * deprecated `setVoters()` of the `AccessDecisionManager` class in favor of passing the voters to the constructor. + * deprecated `AccessDecisionManager::setVoters()` in favor of passing the + voters to the constructor. 3.2.0 -----