diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-08 21:56:56 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-08 21:58:05 +0200 |
commit | c4998efcfc5c36780079cf662d68bd0444197e2e (patch) | |
tree | c0c71eec9db0ac66324ebe0f54cd0cf9cb8dbe46 /tests | |
parent | bbba7bc45acdbfb7d69edf7998db2cd8871682bd (diff) | |
download | nextcloud-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.php | 1 |
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; |