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'
|
||||
);
|
||||
|
||||
// Create a new oauth session
|
||||
} else {
|
||||
} else { // Create a new oauth session
|
||||
|
||||
// Delete any existing sessions just to be sure
|
||||
$this->db->deleteSession($clientId, $type, $typeId);
|
||||
|
Loading…
Reference in New Issue
Block a user