aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/Controller/StatusControllerTest.php
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-10-15 11:45:10 +0200
committerGitHub <noreply@github.com>2024-10-15 11:45:10 +0200
commitdc92218d6d3a53e6e8c825ed4efb080364259156 (patch)
tree5921aab67743ca7cd53f21372b79e0e9927bd9e7 /apps/encryption/tests/Controller/StatusControllerTest.php
parentcbcbe8a83cf8de05d8bfadd3b64701ae72bce6ad (diff)
parentbe8094368624c34a524840d1c1e46c4d0674910d (diff)
downloadnextcloud-server-dc92218d6d3a53e6e8c825ed4efb080364259156.tar.gz
nextcloud-server-dc92218d6d3a53e6e8c825ed4efb080364259156.zip
Merge pull request #48371 from nextcloud/fix/rector-use-statements
Auto import Nextcloud classes in rector runs
Diffstat (limited to 'apps/encryption/tests/Controller/StatusControllerTest.php')
-rw-r--r--apps/encryption/tests/Controller/StatusControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/Controller/StatusControllerTest.php b/apps/encryption/tests/Controller/StatusControllerTest.php
index c88b0497abf..e52aaba30c1 100644
--- a/apps/encryption/tests/Controller/StatusControllerTest.php
+++ b/apps/encryption/tests/Controller/StatusControllerTest.php
@@ -22,7 +22,7 @@ class StatusControllerTest extends TestCase {
/** @var \OCP\IL10N|\PHPUnit\Framework\MockObject\MockObject */
private $l10nMock;
- /** @var \OCA\Encryption\Session | \PHPUnit\Framework\MockObject\MockObject */
+ /** @var Session|\PHPUnit\Framework\MockObject\MockObject */
protected $sessionMock;
/** @var IManager | \PHPUnit\Framework\MockObject\MockObject */