Improve PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
fbadb37b9b
commit
ac05d6dd67
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue