diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-03-15 18:05:27 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-03-19 14:12:10 +0100 |
commit | 82891cd498999f9a7581cc8a8cc5c1d9abc512e7 (patch) | |
tree | b8de651faa138b4a9b42ca331c9174d71f7c4584 /lib/private/Encryption | |
parent | 76170a58eba569cc8e5e083d763061ce0a7da1ad (diff) | |
download | nextcloud-server-82891cd498999f9a7581cc8a8cc5c1d9abc512e7.tar.gz nextcloud-server-82891cd498999f9a7581cc8a8cc5c1d9abc512e7.zip |
Fix phpcs issues in encryption update
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'lib/private/Encryption')
-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 e0161df57cf..2b8bfe38319 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; /** |