Fix encryption app

This commit is contained in:
Joas Schilling 2016-09-12 14:13:30 +02:00 committed by Morris Jobke
parent 6ac2b8d83f
commit 5e5e5b77d5
No known key found for this signature in database
GPG key ID: 9CE5ED29E7FCD38A
2 changed files with 1 additions and 2 deletions

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;

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() {