diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
| commit | a7f3e3bec50762f2083f70672a0ba3db533fc8bb (patch) | |
| tree | c8e9961cb610042acf32e88096abc5fcb3eac4dd /app/Core/Security/OAuthAuthenticationProviderInterface.php | |
| parent | 38082096909424c23032224365c90aa5189eb6f0 (diff) | |
PHPdoc cleanup
Diffstat (limited to 'app/Core/Security/OAuthAuthenticationProviderInterface.php')
| -rw-r--r-- | app/Core/Security/OAuthAuthenticationProviderInterface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Core/Security/OAuthAuthenticationProviderInterface.php b/app/Core/Security/OAuthAuthenticationProviderInterface.php index c32339e0..3092672d 100644 --- a/app/Core/Security/OAuthAuthenticationProviderInterface.php +++ b/app/Core/Security/OAuthAuthenticationProviderInterface.php @@ -14,7 +14,7 @@ interface OAuthAuthenticationProviderInterface extends AuthenticationProviderInt * Get user object * * @access public - * @return UserProviderInterface + * @return \Kanboard\Core\User\UserProviderInterface */ public function getUser(); @@ -31,7 +31,7 @@ interface OAuthAuthenticationProviderInterface extends AuthenticationProviderInt * Get configured OAuth2 service * * @access public - * @return Kanboard\Core\Http\OAuth2 + * @return \Kanboard\Core\Http\OAuth2 */ public function getService(); |
