File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
--------
6
6
7
7
* Using the ` has_role() ` function in security expressions is deprecated, use the ` is_granted() ` function instead.
8
- * Not returning an array of 3 elements from ` FirewallMapInterface::getListeners() ` is deprecated, the 3rd element
8
+ * Not returning an array of 3 elements from ` FirewallMapInterface::getListeners() ` is deprecated, the 3rd element
9
9
must be an instance of ` LogoutListener ` or ` null ` .
10
10
* Passing custom class names to the
11
11
` Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver ` to define
@@ -16,9 +16,9 @@ Security
16
16
SecurityBundle
17
17
--------------
18
18
19
- * Passing a ` FirewallConfig ` instance as 3rd argument to the ` FirewallContext ` constructor is deprecated,
19
+ * Passing a ` FirewallConfig ` instance as 3rd argument to the ` FirewallContext ` constructor is deprecated,
20
20
pass a ` LogoutListener ` instance instead.
21
- * Using the ` security.authentication.trust_resolver.anonymous_class ` and
21
+ * Using the ` security.authentication.trust_resolver.anonymous_class ` and
22
22
` security.authentication.trust_resolver.rememberme_class ` parameters to define
23
23
the token classes is deprecated. To use
24
24
custom tokens extend the existing AnonymousToken and RememberMeToken.
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ SecurityBundle
88
88
* The `logout_on_user_change` firewall option has been removed.
89
89
* The `switch_user.stateless` firewall option has been removed.
90
90
* The `SecurityUserValueResolver` class has been removed.
91
- * Passing a `FirewallConfig` instance as 3rd argument to the `FirewallContext` constructor
91
+ * Passing a `FirewallConfig` instance as 3rd argument to the `FirewallContext` constructor
92
92
now throws a `\TypeError`, pass a `LogoutListener` instance instead.
93
- * The `security.authentication.trust_resolver.anonymous_class` parameter has been removed.
94
- * The `security.authentication.trust_resolver.rememberme_class` parameter has been removed.
93
+ * The `security.authentication.trust_resolver.anonymous_class` parameter has been removed.
94
+ * The `security.authentication.trust_resolver.rememberme_class` parameter has been removed.
95
95
96
96
Translation
97
97
-----------
You can’t perform that action at this time.
0 commit comments