Fix phpcs issues in encryption update

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/26400/head
Vincent Petry 5 years ago committed by backportbot[bot]
parent d6bad03a5c
commit 6ac708c99a
  1. 3
      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;
/**

Loading…
Cancel
Save