aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/SessionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/tests/SessionTest.php')
-rw-r--r--apps/encryption/tests/SessionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/SessionTest.php b/apps/encryption/tests/SessionTest.php
index c9486658bcb..3072bc6ef3b 100644
--- a/apps/encryption/tests/SessionTest.php
+++ b/apps/encryption/tests/SessionTest.php
@@ -18,7 +18,7 @@ class SessionTest extends TestCase {
* @var Session
*/
private $instance;
- /** @var \OCP\ISession|\PHPUnit\Framework\MockObject\MockObject */
+ /** @var ISession|\PHPUnit\Framework\MockObject\MockObject */
private $sessionMock;