aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Auth/Password/GlobalAuthTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/Auth/Password/GlobalAuthTest.php')
-rw-r--r--apps/files_external/tests/Auth/Password/GlobalAuthTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/Auth/Password/GlobalAuthTest.php b/apps/files_external/tests/Auth/Password/GlobalAuthTest.php
index 02f15cb76c4..6d83655403e 100644
--- a/apps/files_external/tests/Auth/Password/GlobalAuthTest.php
+++ b/apps/files_external/tests/Auth/Password/GlobalAuthTest.php
@@ -29,7 +29,7 @@ class GlobalAuthTest extends TestCase {
}
private function getStorageConfig($type, $config = []) {
- /** @var \OCA\Files_External\Lib\StorageConfig&MockObject $storageConfig */
+ /** @var StorageConfig&MockObject $storageConfig */
$storageConfig = $this->createMock(StorageConfig::class);
$storageConfig->expects($this->any())
->method('getType')