aboutsummaryrefslogtreecommitdiff
path: root/lib/tokenstorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tokenstorage.php')
-rw-r--r--lib/tokenstorage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tokenstorage.php b/lib/tokenstorage.php
index 4b5f420..b9689ab 100644
--- a/lib/tokenstorage.php
+++ b/lib/tokenstorage.php
@@ -29,11 +29,11 @@ class TokenStorage
/**
* Store the given token
*
- * @param OAuth_Token $token Token object to store
+ * @param Token $token Token object to store
*
* @return void
*/
- public function store(OAuth_Token $token)
+ public function store(Token $token)
{
\OC_DB::executeAudited(
'INSERT INTO `*PREFIX*grauphel_oauth_tokens`'