summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-03-17 16:02:36 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2011-03-17 16:02:36 +0100
commita56ff90380bb8c4ec4cd464ce876f42ee3661f01 (patch)
tree1953d030862e63e4ab80fd6f9194631decfe1a3e /Http
parent30f916a64cb85e81233cd561b11522c6a1421971 (diff)
downloadsymfony-security-a56ff90380bb8c4ec4cd464ce876f42ee3661f01.zip
symfony-security-a56ff90380bb8c4ec4cd464ce876f42ee3661f01.tar.gz
symfony-security-a56ff90380bb8c4ec4cd464ce876f42ee3661f01.tar.bz2
fixed phpdoc
Diffstat (limited to 'Http')
-rw-r--r--Http/Event/InteractiveLoginEvent.php2
-rw-r--r--Http/Event/SwitchUserEvent.php2
-rw-r--r--Http/Events.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/Http/Event/InteractiveLoginEvent.php b/Http/Event/InteractiveLoginEvent.php
index 1265fe2..8331bf0 100644
--- a/Http/Event/InteractiveLoginEvent.php
+++ b/Http/Event/InteractiveLoginEvent.php
@@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
diff --git a/Http/Event/SwitchUserEvent.php b/Http/Event/SwitchUserEvent.php
index ed293cc..03ca003 100644
--- a/Http/Event/SwitchUserEvent.php
+++ b/Http/Event/SwitchUserEvent.php
@@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
diff --git a/Http/Events.php b/Http/Events.php
index ac4a1ca..c0aa65d 100644
--- a/Http/Events.php
+++ b/Http/Events.php
@@ -3,7 +3,7 @@
/*
* This file is part of the Symfony package.
*
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
+ * (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.