mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fixed line length
This commit is contained in:
parent
5c32269ad4
commit
eb0756e7e0
@ -187,7 +187,8 @@ class AuthServer
|
|||||||
* @param array $authoriseParams The authorise request $_GET parameters
|
* @param array $authoriseParams The authorise request $_GET parameters
|
||||||
* @return string An authorisation code
|
* @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
|
// Check if the user already has an access token
|
||||||
$accessToken = $this->db->hasAccessToken($typeId,
|
$accessToken = $this->db->hasAccessToken($typeId,
|
||||||
|
Loading…
Reference in New Issue
Block a user