From 0a4fd43e0ec4a649442f54012e677b18197b8861 Mon Sep 17 00:00:00 2001 From: Adrien Brault Date: Sat, 7 Jul 2012 20:42:10 +0300 Subject: [PATCH] [Security] Fix typo in docblock --- .../Firewall/UsernamePasswordFormAuthenticationListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php b/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php index 4bcb78551b..35b0b11c35 100644 --- a/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php @@ -51,7 +51,7 @@ class UsernamePasswordFormAuthenticationListener extends AbstractAuthenticationL } /** - * @{inheritdoc} + * {@inheritdoc} */ protected function requiresAuthentication(Request $request) {