Fix phpcs issues in encryption update

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
Vincent Petry 2021-03-15 18:05:27 +01:00 committed by backportbot[bot]
parent c2a072b27d
commit 3a1444ee71
1 changed files with 0 additions and 3 deletions

View File

@ -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;
/**