File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/Symfony/Component/Security Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,8 @@ Security
258
258
* The ` LogoutUrlGenerator::registerListener() ` method will expect a 6th ` $context = null ` argument in 4.0.
259
259
Define the argument when overriding this method.
260
260
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.
262
263
263
264
SecurityBundle
264
265
--------------
Original file line number Diff line number Diff line change @@ -384,7 +384,8 @@ Security
384
384
385
385
* The ` LogoutUrlGenerator::registerListener() ` method expects a 6th ` $context = null ` argument.
386
386
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.
388
389
389
390
SecurityBundle
390
391
--------------
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ CHANGELOG
4
4
3.3.0
5
5
-----
6
6
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.
8
9
9
10
3.2.0
10
11
-----
You can’t perform that action at this time.
0 commit comments