Fixed line lengths of comments

This commit is contained in:
Alex Bilbie 2012-07-19 15:34:19 +01:00
parent 3998f1414a
commit e8db4ee20e

View File

@ -137,8 +137,10 @@ interface DatabaseInteface
* [owner_id] => (string) The session owner's ID * [owner_id] => (string) The session owner's ID
* [auth_code] => (string) The authorisation code * [auth_code] => (string) The authorisation code
* [stage] => (string) The session's stage * [stage] => (string) The session's stage
* [first_requested] => (int) Unix timestamp of the time the session was first generated * [first_requested] => (int) Unix timestamp of the time the session was
* [last_updated] => (int) Unix timestamp of the time the session was last updated * first generated
* [last_updated] => (int) Unix timestamp of the time the session was
* last updated
* ) * )
* </code> * </code>
* *