From e8db4ee20e510ec9584261b0957015c24f1d877f Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Thu, 19 Jul 2012 15:34:19 +0100 Subject: [PATCH] Fixed line lengths of comments --- src/oauth2server/DatabaseInterface.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/oauth2server/DatabaseInterface.php b/src/oauth2server/DatabaseInterface.php index c818d1b9..560b32a4 100644 --- a/src/oauth2server/DatabaseInterface.php +++ b/src/oauth2server/DatabaseInterface.php @@ -137,8 +137,10 @@ interface DatabaseInteface * [owner_id] => (string) The session owner's ID * [auth_code] => (string) The authorisation code * [stage] => (string) The session's stage - * [first_requested] => (int) Unix timestamp of the time the session was first generated - * [last_updated] => (int) Unix timestamp of the time the session was last updated + * [first_requested] => (int) Unix timestamp of the time the session was + * first generated + * [last_updated] => (int) Unix timestamp of the time the session was + * last updated * ) * *