missing PHPDoc

This commit is contained in:
Jörn Friedrich Dreyer 2016-08-11 10:55:39 +02:00 committed by Roeland Jago Douma
parent da5633c31a
commit 291b3fd8b4
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ class Session implements IUserSession, Emitter {
/**
* Tries to login the user with auth token header
*
* @param IRequest $request
* @todo check remember me cookie
* @return boolean
*/