--- a/web/lib/Zend/Oauth/Token/AuthorizedRequest.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Oauth/Token/AuthorizedRequest.php Thu Mar 21 19:50:53 2013 +0100
@@ -14,9 +14,9 @@
*
* @category Zend
* @package Zend_Oauth
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: AuthorizedRequest.php 22662 2010-07-24 17:37:36Z mabe $
+ * @version $Id: AuthorizedRequest.php 24593 2012-01-05 20:35:02Z matthew $
*/
/** Zend_Oauth_Token */
@@ -25,7 +25,7 @@
/**
* @category Zend
* @package Zend_Oauth
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Oauth_Token_AuthorizedRequest extends Zend_Oauth_Token
@@ -60,7 +60,7 @@
/**
* Retrieve token data
- *
+ *
* @return array
*/
public function getData()
@@ -70,7 +70,7 @@
/**
* Indicate if token is valid
- *
+ *
* @return bool
*/
public function isValid()
@@ -85,7 +85,7 @@
/**
* Parse string data into array
- *
+ *
* @return array
*/
protected function _parseData()