Moved comment to silent PHPCS

This commit is contained in:
Alex Bilbie 2012-07-06 19:24:51 +01:00
parent 818ca8dd7f
commit b4eeb7ca10

View File

@ -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);