mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +05:30
Moved comment to silent PHPCS
This commit is contained in:
parent
818ca8dd7f
commit
b4eeb7ca10
@ -251,8 +251,7 @@ class Server
|
|||||||
'request'
|
'request'
|
||||||
);
|
);
|
||||||
|
|
||||||
// Create a new oauth session
|
} else { // Create a new oauth session
|
||||||
} else {
|
|
||||||
|
|
||||||
// Delete any existing sessions just to be sure
|
// Delete any existing sessions just to be sure
|
||||||
$this->db->deleteSession($clientId, $type, $typeId);
|
$this->db->deleteSession($clientId, $type, $typeId);
|
||||||
|
Loading…
Reference in New Issue
Block a user