Fix phpcs issues in encryption update
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
d6bad03a5c
commit
6ac708c99a
|
@ -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…
Reference in New Issue