File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,7 @@ final class SecurityEvents
17
17
* The INTERACTIVE_LOGIN event occurs after a user is logged in
18
18
* interactively for authentication based on http, cookies or X509.
19
19
*
20
- * The event listener method receives a
21
- * Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.
22
- *
23
- * @Event
20
+ * @Event("Symfony\Component\Security\Http\Event\InteractiveLoginEvent")
24
21
*
25
22
* @var string
26
23
*/
@@ -30,10 +27,7 @@ final class SecurityEvents
30
27
* The SWITCH_USER event occurs before switch to another user and
31
28
* before exit from an already switched user.
32
29
*
33
- * The event listener method receives a
34
- * Symfony\Component\Security\Http\Event\SwitchUserEvent instance.
35
- *
36
- * @Event
30
+ * @Event("Symfony\Component\Security\Http\Event\SwitchUserEvent")
37
31
*
38
32
* @var string
39
33
*/
You can’t perform that action at this time.
0 commit comments