From 9a29e5bade46c40377e3710cac1ec141bafc176d Mon Sep 17 00:00:00 2001 From: Jaik Dean Date: Mon, 12 Aug 2013 11:51:52 +0100 Subject: [PATCH] Fixed documentation grammar for AuthenticationManagerInterface::authenticate() --- .../Core/Authentication/AuthenticationManagerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php b/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php index d8f4716002..c97d747d42 100644 --- a/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php @@ -23,7 +23,7 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException; interface AuthenticationManagerInterface { /** - * Attempts to authenticates a TokenInterface object. + * Attempts to authenticate a TokenInterface object. * * @param TokenInterface $token The TokenInterface instance to authenticate *