1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

chore: linting

This commit is contained in:
Christy Jacob 2019-10-01 14:38:32 +05:30
parent fb00547997
commit 4a06fee978

View file

@ -46,7 +46,7 @@ class Bitbucket extends OAuth
$accessToken = $this->request(
'POST',
'https://bitbucket.org/site/oauth2/access_token',
'https://bitbucket.org/site/oauth2/access_token',
$headers,
'code=' . urlencode($code) .
'&client_id=' . urlencode($this->appID) .
@ -127,5 +127,4 @@ class Bitbucket extends OAuth
}
return $this->user;
}
}