summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/AuthenticationManagerInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Authentication/AuthenticationManagerInterface.php')
-rw-r--r--Core/Authentication/AuthenticationManagerInterface.php2
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
*