mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Type compatability
This commit is contained in:
parent
3593668413
commit
da5633c31a
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class Session implements IUserSession, Emitter {
|
|||
/**
|
||||
* set the currently active user
|
||||
*
|
||||
* @param User|null $user
|
||||
* @param IUser|null $user
|
||||
*/
|
||||
public function setUser($user) {
|
||||
if (is_null($user)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue