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,