From eb0756e7e01735d0e8ecf81123f99901d837543b Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 20 Jul 2012 11:06:20 +0100 Subject: [PATCH] Fixed line length --- src/oauth2server/AuthServer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/oauth2server/AuthServer.php b/src/oauth2server/AuthServer.php index eb789796..67da6108 100644 --- a/src/oauth2server/AuthServer.php +++ b/src/oauth2server/AuthServer.php @@ -187,7 +187,8 @@ class AuthServer * @param array $authoriseParams The authorise request $_GET parameters * @return string An authorisation code */ - public function newAuthoriseRequest(string $type, string $typeId, array $authoriseParams) + public function newAuthoriseRequest(string $type, string $typeId, + array $authoriseParams) { // Check if the user already has an access token $accessToken = $this->db->hasAccessToken($typeId,