From 6ac708c99afceda17c36d08e29ea2d2774dfa00a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 15 Mar 2021 18:05:27 +0100 Subject: [PATCH] Fix phpcs issues in encryption update Signed-off-by: Vincent Petry --- 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 f4e7f4d94b..214cbaac68 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; /**