mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Fixed line lengths of comments
This commit is contained in:
parent
3998f1414a
commit
e8db4ee20e
@ -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
|
||||
* )
|
||||
* </code>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user