summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/lib/Authentication/Login/LoggedInCheckCommandTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Authentication/Login/LoggedInCheckCommandTest.php b/tests/lib/Authentication/Login/LoggedInCheckCommandTest.php
index f051147609c..7b47bbf5130 100644
--- a/tests/lib/Authentication/Login/LoggedInCheckCommandTest.php
+++ b/tests/lib/Authentication/Login/LoggedInCheckCommandTest.php
@@ -25,7 +25,6 @@ declare(strict_types=1);
namespace lib\Authentication\Login;
-use Hoa\Iterator\Mock;
use OC\Authentication\Login\LoggedInCheckCommand;
use OC\Core\Controller\LoginController;
use OCP\EventDispatcher\IEventDispatcher;