From 54a7a5b89393c3bee8bbae44a227747ba223e73a Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Jul 2012 19:20:04 +0100 Subject: [PATCH] Set a type for deleteSession() --- src/oauth2server/DbInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oauth2server/DbInterface.php b/src/oauth2server/DbInterface.php index b567c90e..8f40a5dc 100644 --- a/src/oauth2server/DbInterface.php +++ b/src/oauth2server/DbInterface.php @@ -29,6 +29,7 @@ interface OAuth2ServerDatabase public function deleteSession( string $clientId, + string $type, string $typeId );