Fix phpcs issues in encryption update

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/26061/head
Vincent Petry 4 years ago
parent 76170a58eb
commit 82891cd498
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
  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