From 24b1b0d9089d235b63e8ed11ab725709a3c04e87 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 4 Apr 2017 12:45:53 -0700 Subject: [PATCH] fixed wording --- UPGRADE-3.3.md | 3 ++- UPGRADE-4.0.md | 3 ++- src/Symfony/Component/Security/CHANGELOG.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 -----