aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20/ShareTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Share20/ShareTest.php')
-rw-r--r--tests/lib/Share20/ShareTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Share20/ShareTest.php b/tests/lib/Share20/ShareTest.php
index 7d6fcacfeaa..f15fbb860db 100644
--- a/tests/lib/Share20/ShareTest.php
+++ b/tests/lib/Share20/ShareTest.php
@@ -12,6 +12,7 @@ use OC\Share20\Share;
use OCP\Files\IRootFolder;
use OCP\IUserManager;
use OCP\Share\Exceptions\IllegalIDChangeException;
+use OCP\Share\IShare;
use PHPUnit\Framework\MockObject\MockObject;
/**
@@ -24,7 +25,7 @@ class ShareTest extends \Test\TestCase {
protected $rootFolder;
/** @var IUserManager|MockObject */
protected $userManager;
- /** @var \OCP\Share\IShare */
+ /** @var IShare */
protected $share;
protected function setUp(): void {