From cad1b913600ea7bafa53a793a90423165803b542 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 e0161df57cf11..2b8bfe3831917 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; /**