File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/Symfony/Component/Security/Http/Firewall Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,21 @@ class AccessListener implements ListenerInterface
29
29
{
30
30
/**
31
31
* @var TokenStorageInterface
32
+ *
32
33
* @deprecated
33
34
*/
34
35
private $ tokenStorage ;
35
36
36
37
/**
37
38
* @var AccessDecisionManagerInterface
39
+ *
38
40
* @deprecated
39
41
*/
40
42
private $ accessDecisionManager ;
41
43
42
44
/**
43
45
* @var AuthenticationManagerInterface
46
+ *
44
47
* @deprecated
45
48
*/
46
49
private $ authManager ;
@@ -104,6 +107,7 @@ public function handle(GetResponseEvent $event)
104
107
{
105
108
if ($ this ->tokenStorage ) {
106
109
$ this ->handleOldSignature ($ event );
110
+
107
111
return;
108
112
}
109
113
@@ -121,7 +125,7 @@ public function handle(GetResponseEvent $event)
121
125
}
122
126
123
127
/**
124
- * Handle class old signature
128
+ * Handle class old signature.
125
129
*
126
130
* @param GetResponseEvent $event
127
131
*
You can’t perform that action at this time.
0 commit comments