From 07c432f5552f975cfe19846bbd499ed5a7d8d7d6 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 21 Aug 2014 22:59:28 +0200 Subject: [PATCH] fix docblocks --- lib/tokenstorage.php | 4 ++-- 1 file 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) { -- 2.30.2