Skip to content
Snippets Groups Projects
Unverified Commit 5e5e5b77 authored by Joas Schilling's avatar Joas Schilling Committed by Morris Jobke
Browse files

Fix encryption app

parent 6ac2b8d8
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ use OCA\Encryption\Exceptions\PublicKeyMissingException; ...@@ -33,7 +33,6 @@ use OCA\Encryption\Exceptions\PublicKeyMissingException;
use OCA\Encryption\Crypto\Crypt; use OCA\Encryption\Crypto\Crypt;
use OCP\Encryption\Keys\IStorage; use OCP\Encryption\Keys\IStorage;
use OCP\IConfig; use OCP\IConfig;
use OCP\IDBConnection;
use OCP\ILogger; use OCP\ILogger;
use OCP\IUserSession; use OCP\IUserSession;
......
...@@ -46,7 +46,7 @@ class MigrationTest extends \Test\TestCase { ...@@ -46,7 +46,7 @@ class MigrationTest extends \Test\TestCase {
private $recovery_key_id = 'recovery_key_id'; private $recovery_key_id = 'recovery_key_id';
private $moduleId; private $moduleId;
/** @var \PHPUnit_Framework_MockObject_MockObject | ILogger */ /** @var \PHPUnit_Framework_MockObject_MockObject|ILogger */
private $logger; private $logger;
public static function setUpBeforeClass() { public static function setUpBeforeClass() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment