summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-11-16 18:28:29 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2014-11-16 18:28:29 +0100
commit9afb120f9e488c3b7f3c93ab88d2df7bca3f5abc (patch)
treeb61c95d63fce449f9805d6e13e67bc52ffffe112 /Http
parent661ec4ba46379e1530bc29e4a20edda66f9df950 (diff)
parent476b267add80a6ea13bbad62035348fa02564d4a (diff)
downloadsymfony-security-9afb120f9e488c3b7f3c93ab88d2df7bca3f5abc.zip
symfony-security-9afb120f9e488c3b7f3c93ab88d2df7bca3f5abc.tar.gz
symfony-security-9afb120f9e488c3b7f3c93ab88d2df7bca3f5abc.tar.bz2
Merge branch '2.7'
* 2.7: Update filesystem readme.md to include exists method Add machine readable events Fixed minor typo [FrameworkBundle] Fix server start in case the PHP binary is not found Update UPGRADE-2.6.md [HttpKernel][2.6] Adding support for invokable controllers in the RequestDataCollector fixed typo [Translations] Added missing Hebrew language trans-unit sources [DependencyInjection] inlined factory not referenced Fixed case for empty folder Fixed whitespace control for password form widget [Routing] correctly initialize condition as string
Diffstat (limited to 'Http')
-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';