summaryrefslogtreecommitdiff
path: root/app/Core/Security/PreAuthenticationProviderInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/Security/PreAuthenticationProviderInterface.php')
-rw-r--r--app/Core/Security/PreAuthenticationProviderInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Security/PreAuthenticationProviderInterface.php b/app/Core/Security/PreAuthenticationProviderInterface.php
index 391e8d0f..c13b06c5 100644
--- a/app/Core/Security/PreAuthenticationProviderInterface.php
+++ b/app/Core/Security/PreAuthenticationProviderInterface.php
@@ -14,7 +14,7 @@ interface PreAuthenticationProviderInterface extends AuthenticationProviderInter
* Get user object
*
* @access public
- * @return UserProviderInterface
+ * @return \Kanboard\Core\User\UserProviderInterface
*/
public function getUser();
}