diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-03-15 18:05:27 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-04-01 07:56:41 +0000 |
commit | 6ac708c99afceda17c36d08e29ea2d2774dfa00a (patch) | |
tree | d7ca44631d6ecb0ef5554a0cffd1a504f131cac9 | |
parent | d6bad03a5c4b33724297b1180f14be3db5549a51 (diff) | |
download | nextcloud-server-6ac708c99afceda17c36d08e29ea2d2774dfa00a.tar.gz nextcloud-server-6ac708c99afceda17c36d08e29ea2d2774dfa00a.zip |
Fix phpcs issues in encryption update
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-rw-r--r-- | lib/private/Encryption/Update.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php index f4e7f4d94be..214cbaac686 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; /** |