Fixed line length

This commit is contained in:
Alex Bilbie 2012-07-20 11:06:20 +01:00
parent 5c32269ad4
commit eb0756e7e0

View File

@ -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,