fix docblocks
authorChristian Weiske <cweiske@cweiske.de>
Thu, 21 Aug 2014 20:59:28 +0000 (22:59 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 21 Aug 2014 20:59:28 +0000 (22:59 +0200)
lib/tokenstorage.php

index c40ab3395f841918bf8b4518628256c0e4a4f1ea..9a173f5c03c26248512848b98e38e2d4515cf97a 100644 (file)
@@ -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)
     {