mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix encryption app
This commit is contained in:
parent
6ac2b8d83f
commit
5e5e5b77d5
2 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,6 @@ use OCA\Encryption\Exceptions\PublicKeyMissingException;
|
|||
use OCA\Encryption\Crypto\Crypt;
|
||||
use OCP\Encryption\Keys\IStorage;
|
||||
use OCP\IConfig;
|
||||
use OCP\IDBConnection;
|
||||
use OCP\ILogger;
|
||||
use OCP\IUserSession;
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class MigrationTest extends \Test\TestCase {
|
|||
private $recovery_key_id = 'recovery_key_id';
|
||||
private $moduleId;
|
||||
|
||||
/** @var \PHPUnit_Framework_MockObject_MockObject | ILogger */
|
||||
/** @var \PHPUnit_Framework_MockObject_MockObject|ILogger */
|
||||
private $logger;
|
||||
|
||||
public static function setUpBeforeClass() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue