From: Christian Weiske Date: Thu, 21 Aug 2014 20:59:28 +0000 (+0200) Subject: fix docblocks X-Git-Tag: v0.1.0~10 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/07c432f5552f975cfe19846bbd499ed5a7d8d7d6?ds=inline fix docblocks --- 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) {