diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-21 22:59:28 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-21 22:59:28 +0200 |
| commit | 07c432f5552f975cfe19846bbd499ed5a7d8d7d6 (patch) | |
| tree | 8c7bff5305a7b168623450d4325e3daf1add89c8 | |
| parent | be97924a98acee7518c304af55f776dd3fb1da5b (diff) | |
| download | grauphel-07c432f5552f975cfe19846bbd499ed5a7d8d7d6.tar.gz grauphel-07c432f5552f975cfe19846bbd499ed5a7d8d7d6.zip | |
fix docblocks
| -rw-r--r-- | lib/tokenstorage.php | 4 |
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) { |
