merged branch jaikdean/documentation-grammar (PR #8722)

This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #8722).

Discussion
----------

Fixed documentation grammar for AuthenticationManagerInterface::authenticate()

Commits
-------

8306be2 Fixed documentation grammar for AuthenticationManagerInterface::authenticate()
This commit is contained in:
Fabien Potencier 2013-08-13 09:47:15 +02:00
commit 2c466d2a25
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
*