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 36cdc92..d8f4716 100644
--- a/Core/Authentication/AuthenticationManagerInterface.php
+++ b/Core/Authentication/AuthenticationManagerInterface.php
@@ -31,5 +31,5 @@ interface AuthenticationManagerInterface
*
* @throws AuthenticationException if the authentication fails
*/
- function authenticate(TokenInterface $token);
+ public function authenticate(TokenInterface $token);
}