diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2014-11-16 18:28:00 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-11-16 18:28:00 +0100 |
commit | 646fe0c990f619ec433d9f048cb5fdd173bb4e85 (patch) | |
tree | 9827e1d9288473cf158d0bf4e80a0537da5ae570 /Http | |
parent | 9dfc20022d1aae65b26a30ac037ff8eb2dc8417f (diff) | |
parent | 8608718ea659ba359063ee0e8d4ea2f3ad97b661 (diff) | |
download | symfony-security-646fe0c990f619ec433d9f048cb5fdd173bb4e85.zip symfony-security-646fe0c990f619ec433d9f048cb5fdd173bb4e85.tar.gz symfony-security-646fe0c990f619ec433d9f048cb5fdd173bb4e85.tar.bz2 |
Merge branch '2.3' into 2.5
* 2.3:
Update filesystem readme.md to include exists method
Add machine readable events
fixed typo
[Translations] Added missing Hebrew language trans-unit sources
[DependencyInjection] inlined factory not referenced
Fixed case for empty folder
Diffstat (limited to 'Http')
-rw-r--r-- | Http/SecurityEvents.php | 4 |
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'; |