summaryrefslogtreecommitdiffstats
path: root/lib/private/User/Session.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-08 21:56:56 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-08 21:58:05 +0200
commitc4998efcfc5c36780079cf662d68bd0444197e2e (patch)
treec0c71eec9db0ac66324ebe0f54cd0cf9cb8dbe46 /lib/private/User/Session.php
parentbbba7bc45acdbfb7d69edf7998db2cd8871682bd (diff)
downloadnextcloud-server-c4998efcfc5c36780079cf662d68bd0444197e2e.tar.gz
nextcloud-server-c4998efcfc5c36780079cf662d68bd0444197e2e.zip
Migrate to PSR1 coding style
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/User/Session.php')
-rw-r--r--lib/private/User/Session.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/User/Session.php b/lib/private/User/Session.php
index 9129fb7054b..ca0c7263f7b 100644
--- a/lib/private/User/Session.php
+++ b/lib/private/User/Session.php
@@ -51,7 +51,6 @@ use OC_User;
use OC_Util;
use OCA\DAV\Connector\Sabre\Auth;
use OCP\AppFramework\Utility\ITimeFactory;
-use OCP\Authentication\Events\LoginFailedEvent;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Files\NotPermittedException;
use OCP\IConfig;
@@ -59,7 +58,6 @@ use OCP\ILogger;
use OCP\IRequest;
use OCP\ISession;
use OCP\IUser;
-use OCP\IUserManager;
use OCP\IUserSession;
use OCP\Lockdown\ILockdownManager;
use OCP\Security\ISecureRandom;