From 6ac708c99afceda17c36d08e29ea2d2774dfa00a Mon Sep 17 00:00:00 2001
From: Vincent Petry <vincent@nextcloud.com>
Date: Mon, 15 Mar 2021 18:05:27 +0100
Subject: [PATCH] Fix phpcs issues in encryption update

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
---
 lib/private/Encryption/Update.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php
index f4e7f4d94be..214cbaac686 100644
--- a/lib/private/Encryption/Update.php
+++ b/lib/private/Encryption/Update.php
@@ -26,14 +26,11 @@
 
 namespace OC\Encryption;
 
-use Exception;
 use InvalidArgumentException;
-use OC;
 use OC\Files\Filesystem;
 use OC\Files\Mount;
 use OC\Files\View;
 use OCP\Encryption\Exceptions\GenericEncryptionException;
-use OCP\ILogger;
 use Psr\Log\LoggerInterface;
 
 /**
-- 
GitLab