aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-12 14:13:30 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-09-12 16:48:11 +0200
commit5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7 (patch)
tree03ff01f676c3a38c8e7fab6dc52bd10ca30d7457 /apps/encryption/tests
parent6ac2b8d83f95974d2ed4c0abf926cefbe8944cec (diff)
downloadnextcloud-server-5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7.tar.gz
nextcloud-server-5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7.zip
Fix encryption app
Diffstat (limited to 'apps/encryption/tests')
-rw-r--r--apps/encryption/tests/MigrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/MigrationTest.php b/apps/encryption/tests/MigrationTest.php
index 0aea7543c2c..868a1ad3922 100644
--- a/apps/encryption/tests/MigrationTest.php
+++ b/apps/encryption/tests/MigrationTest.php
@@ -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() {