Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix lint errors
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr authored and backportbot-nextcloud[bot] committed Nov 7, 2022
commit 42a5893e0507de5ced03de90cf4154da22e01392
4 changes: 0 additions & 4 deletions lib/Controller/DirectSessionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,11 @@
use OCP\IRequest;
use OCP\IUserManager;
use OCP\IUserSession;
use OCP\Share\IShare;

class DirectSessionController extends Controller {
private ApiService $apiService;
private IManager $directManager;
private IUserSession $userSession;
/**
* @var \OCP\IUserManager
*/
private IUserManager $userManager;

public function __construct(string $appName, IRequest $request, ApiService $apiService, IManager $directManager, IUserSession $userSession, IUserManager $userManager) {
Expand Down