Fixing PHP errors

This commit is contained in:
Alex Bilbie 2012-07-06 14:05:21 +01:00
parent 8ac1600063
commit 6cab31d7e8

View File

@ -11,16 +11,16 @@ interface OAuth2ServerDatabase
public function newSession(
string $clientId,
string $redirectUri,
string $type = 'user',
$type = 'user',
string $typeId = null,
string $authCode = null,
string $accessToken = null,
string $stage = 'request'
$stage = 'request'
);
public function updateSession(
string $clientId,
string $type = 'user',
$type = 'user',
string $typeId = null,
string $authCode = null,
string $accessToken = null,