aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/GlobalScale/ConfigTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/GlobalScale/ConfigTest.php')
-rw-r--r--tests/lib/GlobalScale/ConfigTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/GlobalScale/ConfigTest.php b/tests/lib/GlobalScale/ConfigTest.php
index b64a3bf2224..ca02332d02b 100644
--- a/tests/lib/GlobalScale/ConfigTest.php
+++ b/tests/lib/GlobalScale/ConfigTest.php
@@ -11,7 +11,7 @@ use OCP\IConfig;
use Test\TestCase;
class ConfigTest extends TestCase {
- /** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */
+ /** @var IConfig|\PHPUnit\Framework\MockObject\MockObject */
private $config;
protected function setUp(): void {