summaryrefslogtreecommitdiffstats
path: root/Http/SecurityEvents.php
diff options
context:
space:
mode:
Diffstat (limited to 'Http/SecurityEvents.php')
-rw-r--r--Http/SecurityEvents.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Http/SecurityEvents.php b/Http/SecurityEvents.php
index 45fae29..46c8257 100644
--- a/Http/SecurityEvents.php
+++ b/Http/SecurityEvents.php
@@ -20,6 +20,8 @@ final class SecurityEvents
* The event listener method receives a
* Symfony\Component\Security\Http\Event\InteractiveLoginEvent instance.
*
+ * @Event
+ *
* @var string
*/
const INTERACTIVE_LOGIN = 'security.interactive_login';
@@ -31,6 +33,8 @@ final class SecurityEvents
* The event listener method receives a
* Symfony\Component\Security\Http\Event\SwitchUserEvent instance.
*
+ * @Event
+ *
* @var string
*/
const SWITCH_USER = 'security.switch_user';