diff options
author | Adrien Brault <monsti@gmail.com> | 2012-07-07 20:42:10 +0300 |
---|---|---|
committer | Adrien Brault <monsti@gmail.com> | 2012-07-07 20:42:10 +0300 |
commit | f5719bac71c1b44dfdd48ccc9249edfde94c3204 (patch) | |
tree | 9b1523bf11b0f621649f867792175d1bb3de3d98 | |
parent | b0257cd46a78251a25c17b91acb4dbbf6890590a (diff) | |
download | symfony-security-f5719bac71c1b44dfdd48ccc9249edfde94c3204.zip symfony-security-f5719bac71c1b44dfdd48ccc9249edfde94c3204.tar.gz symfony-security-f5719bac71c1b44dfdd48ccc9249edfde94c3204.tar.bz2 |
[Security] Fix typo in docblock
-rw-r--r-- | Http/Firewall/UsernamePasswordFormAuthenticationListener.php | 2 |
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) { |