Skip to content

Commit

Permalink
Fix phpcs issues in encryption update
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 authored and backportbot[bot] committed Apr 1, 2021
1 parent d6bad03 commit 6ac708c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/private/Encryption/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit 6ac708c

Please sign in to comment.