Skip to content
Snippets Groups Projects
Commit b3106c32 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

use correct IUser in interface

parent bf657883
No related branches found
No related tags found
No related merge requests found
......@@ -52,14 +52,14 @@ interface IUserSession {
/**
* set the currently active user
*
* @param \OCP\User|null $user
* @param \OCP\IUser|null $user
*/
public function setUser($user);
/**
* get the current active user
*
* @return \OCP\User
* @return \OCP\IUser
*/
public function getUser();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment