mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 10:18:55 +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
|
* [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>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user