fixed wording

This commit is contained in:
Fabien Potencier 2017-04-04 12:45:53 -07:00
parent ab624f1c38
commit 24b1b0d908
3 changed files with 6 additions and 3 deletions

View File

@ -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
--------------

View File

@ -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
--------------

View File

@ -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
-----