]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix phpcs issues in encryption update 26400/head
authorVincent Petry <vincent@nextcloud.com>
Mon, 15 Mar 2021 17:05:27 +0000 (18:05 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 1 Apr 2021 07:56:41 +0000 (07:56 +0000)
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
lib/private/Encryption/Update.php

index f4e7f4d94becb1f8b2b553ece1d0815d5a697654..214cbaac68683d53e07166c480739dd26f39c4ea 100644 (file)
 
 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;
 
 /**