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