Normalise long function definition.

Signed-off-by: Michael Gooden <michael@bluepointweb.com>
This commit is contained in:
Michael Gooden 2013-03-04 11:37:23 +02:00 committed by Alex Bilbie
parent 710c65aa42
commit 3be3794311

View File

@ -182,7 +182,12 @@ interface SessionInterface
* @param int $accessTokenExpires The UNIX timestamp of when the new token expires
* @return void
*/
public function updateRefreshToken($sessionId, $newAccessToken, $newRefreshToken, $accessTokenExpires);
public function updateRefreshToken(
$sessionId,
$newAccessToken,
$newRefreshToken,
$accessTokenExpires
);
/**
* Associates a session with a scope