mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix phpcs issues in encryption update
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
76170a58eb
commit
82891cd498
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue