fix owncloud.log notices
[grauphel.git] / lib / tokenstorage.php
index 4b5f42094978a139c156a41aff6b8f3e1c47d5ac..b9689abcdc39fa8fae18f2d16b010c743c53fa49 100644 (file)
@@ -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`'