diff options
author | Jaik Dean <jaik@studioskylab.com> | 2013-08-12 11:51:52 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-08-13 09:47:14 +0200 |
commit | bcf632a5efec0f40041b6836bf6b4ca1f4418a5e (patch) | |
tree | 5f4419d5fcd3a5a296f5712d402565e29235e761 /Core/Authentication/AuthenticationManagerInterface.php | |
parent | ee6ad9d286d38bfb112d5b0a777cf7334b1f5430 (diff) | |
download | symfony-security-bcf632a5efec0f40041b6836bf6b4ca1f4418a5e.zip symfony-security-bcf632a5efec0f40041b6836bf6b4ca1f4418a5e.tar.gz symfony-security-bcf632a5efec0f40041b6836bf6b4ca1f4418a5e.tar.bz2 |
Fixed documentation grammar for AuthenticationManagerInterface::authenticate()
Diffstat (limited to 'Core/Authentication/AuthenticationManagerInterface.php')
-rw-r--r-- | Core/Authentication/AuthenticationManagerInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/AuthenticationManagerInterface.php b/Core/Authentication/AuthenticationManagerInterface.php index d8f4716..c97d747 100644 --- a/Core/Authentication/AuthenticationManagerInterface.php +++ b/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 * |