Browse Source

Fix encryption app

tags/v11.0RC2
Joas Schilling 7 years ago
parent
commit
5e5e5b77d5
No account linked to committer's email address
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      apps/encryption/lib/KeyManager.php
  2. 1
    1
      apps/encryption/tests/MigrationTest.php

+ 0
- 1
apps/encryption/lib/KeyManager.php View File

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


+ 1
- 1
apps/encryption/tests/MigrationTest.php View File

@@ -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…
Cancel
Save