Improve PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-04-13 12:16:12 -05:00
parent fbadb37b9b
commit ac05d6dd67
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class Session implements IUserSession, Emitter {
* @param IUser $user
* @param array $loginDetails
* @param bool $regenerateSessionId
* @return bool
* @return true returns true if login successful or an exception otherwise
* @throws LoginException
*/
public function completeLogin(IUser $user, array $loginDetails, $regenerateSessionId = true) {