From 8c991b0c6117d3940309d4c84f18c47be6b14960 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 30 Jul 2012 12:08:53 +0100 Subject: [PATCH] Line length fix --- src/Oauth2/Authentication/Server.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Oauth2/Authentication/Server.php b/src/Oauth2/Authentication/Server.php index 24e81191..125cb93a 100644 --- a/src/Oauth2/Authentication/Server.php +++ b/src/Oauth2/Authentication/Server.php @@ -361,8 +361,7 @@ class Server * * @return array Authorise request parameters */ - private function completeAuthCodeGrant($authParams = array(), $params = - array()) + private function completeAuthCodeGrant($authParams = array(), $params = array()) { // Client ID if ( ! isset($authParams['client_id']) && ! isset($_POST['client_id'])) {