aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-08-21 22:59:28 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-08-21 22:59:28 +0200
commit07c432f5552f975cfe19846bbd499ed5a7d8d7d6 (patch)
tree8c7bff5305a7b168623450d4325e3daf1add89c8 /lib
parentbe97924a98acee7518c304af55f776dd3fb1da5b (diff)
downloadgrauphel-07c432f5552f975cfe19846bbd499ed5a7d8d7d6.tar.gz
grauphel-07c432f5552f975cfe19846bbd499ed5a7d8d7d6.zip
fix docblocks
Diffstat (limited to 'lib')
-rw-r--r--lib/tokenstorage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tokenstorage.php b/lib/tokenstorage.php
index c40ab33..9a173f5 100644
--- a/lib/tokenstorage.php
+++ b/lib/tokenstorage.php
@@ -58,7 +58,7 @@ class TokenStorage
*
* @return OAuth_Token Stored token
*
- * @throws OAuth_Exception When token does not exist
+ * @throws OAuthException When token does not exist
*/
public function loadAndDelete($type, $tokenKey)
{
@@ -84,7 +84,7 @@ class TokenStorage
*
* @return OAuth_Token Stored token
*
- * @throws OAuth_Exception When token does not exist or
+ * @throws OAuthException When token does not exist or it is invalid
*/
public function load($type, $tokenKey)
{