summaryrefslogtreecommitdiffstats
path: root/Http/Firewall
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-11-30 13:33:44 +0000
committerGraham Campbell <graham@mineuk.com>2014-11-30 13:33:44 +0000
commite5dfe6a3e96c71e87c0ca9aa84115accd9ebb229 (patch)
tree197d405115891642eb8c9eb488b775251c427e98 /Http/Firewall
parentc54f038a64896f2963a4412974b10cd341ac6e73 (diff)
downloadsymfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.zip
symfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.tar.gz
symfony-security-e5dfe6a3e96c71e87c0ca9aa84115accd9ebb229.tar.bz2
Docblock fixes
Diffstat (limited to 'Http/Firewall')
-rw-r--r--Http/Firewall/LogoutListener.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall/LogoutListener.php b/Http/Firewall/LogoutListener.php
index 2faf9c7..a558c2c 100644
--- a/Http/Firewall/LogoutListener.php
+++ b/Http/Firewall/LogoutListener.php
@@ -76,7 +76,7 @@ class LogoutListener implements ListenerInterface
*
* @param GetResponseEvent $event A GetResponseEvent instance
*
- * @throws LogoutException if the CSRF token is invalid
+ * @throws LogoutException if the CSRF token is invalid
* @throws \RuntimeException if the LogoutSuccessHandlerInterface instance does not return a response
*/
public function handle(GetResponseEvent $event)