From 781bf985c3b5f3a730418a430a1cc420f4a71162 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 29 Jan 2013 16:25:14 +0000 Subject: [PATCH] Renamed checkClientAuthoriseParams method to checkAuthoriseParams --- src/OAuth2/AuthServer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OAuth2/AuthServer.php b/src/OAuth2/AuthServer.php index 5a7cb227..f4930f8d 100644 --- a/src/OAuth2/AuthServer.php +++ b/src/OAuth2/AuthServer.php @@ -136,13 +136,13 @@ class AuthServer } /** - * Check client authorise parameters + * Check authorise parameters * * @access public * @param array $authParams Optional array of parsed $_GET keys * @return array Authorise request parameters */ - public function checkClientAuthoriseParams($authParams = null) + public function checkAuthoriseParams($authParams = null) { $params = array();