summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorAdrien Brault <monsti@gmail.com>2012-07-07 20:42:10 +0300
committerAdrien Brault <monsti@gmail.com>2012-07-07 20:42:10 +0300
commitf5719bac71c1b44dfdd48ccc9249edfde94c3204 (patch)
tree9b1523bf11b0f621649f867792175d1bb3de3d98 /Http
parentb0257cd46a78251a25c17b91acb4dbbf6890590a (diff)
downloadsymfony-security-f5719bac71c1b44dfdd48ccc9249edfde94c3204.zip
symfony-security-f5719bac71c1b44dfdd48ccc9249edfde94c3204.tar.gz
symfony-security-f5719bac71c1b44dfdd48ccc9249edfde94c3204.tar.bz2
[Security] Fix typo in docblock
Diffstat (limited to 'Http')
-rw-r--r--Http/Firewall/UsernamePasswordFormAuthenticationListener.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall/UsernamePasswordFormAuthenticationListener.php b/Http/Firewall/UsernamePasswordFormAuthenticationListener.php
index 4bcb785..35b0b11 100644
--- a/Http/Firewall/UsernamePasswordFormAuthenticationListener.php
+++ b/Http/Firewall/UsernamePasswordFormAuthenticationListener.php
@@ -51,7 +51,7 @@ class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationL
}
/**
- * @{inheritdoc}
+ * {@inheritdoc}
*/
protected function requiresAuthentication(Request $request)
{