--- a/web/lib/Zend/Oauth/Consumer.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Oauth/Consumer.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: Consumer.php 23170 2010-10-19 18:29:24Z mabe $
+ * @version $Id: Consumer.php 24593 2012-01-05 20:35:02Z matthew $
*/
/** Zend_Oauth */
@@ -43,7 +43,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_Consumer extends Zend_Oauth
@@ -182,9 +182,9 @@
* @throws Zend_Oauth_Exception on invalid authorization token, non-matching response authorization token, or unprovided authorization token
*/
public function getAccessToken(
- $queryData,
+ $queryData,
Zend_Oauth_Token_Request $token,
- $httpMethod = null,
+ $httpMethod = null,
Zend_Oauth_Http_AccessToken $request = null
) {
$authorizedToken = new Zend_Oauth_Token_AuthorizedRequest($queryData);