8000 fixed wording · symfony/symfony@24b1b0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 24b1b0d

Browse files
committed
fixed wording
1 parent ab624f1 commit 24b1b0d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

UPGRADE-3.3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ Security
258258
* The `LogoutUrlGenerator::registerListener()` method will expect a 6th `$context = null` argument in 4.0.
259259
Define the argument when overriding this method.
260260

261-
* The `AccessDecisionManager::setVoters()` has been deprecated. Pass the voters to the constructor instead.
261+
* The `AccessDecisionManager::setVoters()` method has been deprecated. Pass
262+
the voters to the constructor instead.
262263

263264
SecurityBundle
264265
--------------

UPGRADE-4.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ Security
384384

385385
* The `LogoutUrlGenerator::registerListener()` method expects a 6th `$context = null` argument.
386386

387-
* The `AccessDecisionManager::setVoters()` has been removed. Pass the voters to the constructor instead.
387+
* The `AccessDecisionManager::setVoters()` method has been removed. Pass the
388+
voters to the constructor instead.
388389

389390
SecurityBundle
390391
--------------

src/Symfony/Component/Security/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ CHANGELOG
44
3.3.0
55
-----
66

7-
* deprecated `setVoters()` of the `AccessDecisionManager` class in favor of passing the voters to the constructor.
7+
* deprecated `AccessDecisionManager::setVoters()` in favor of passing the
8+
voters to the constructor.
89

910
3.2.0
1011
-----

0 commit comments

Comments
 (0)
0