Fixed documentation grammar for AuthenticationManagerInterface::authenticate()

This commit is contained in:
Jaik Dean 2013-08-12 11:51:52 +01:00 committed by Fabien Potencier
parent cb14afca40
commit 9a29e5bade
1 changed files with 1 additions and 1 deletions

View File

@ -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
*