aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/AppData/FactoryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Files/AppData/FactoryTest.php')
-rw-r--r--tests/lib/Files/AppData/FactoryTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Files/AppData/FactoryTest.php b/tests/lib/Files/AppData/FactoryTest.php
index 1aad461e633..6092c931091 100644
--- a/tests/lib/Files/AppData/FactoryTest.php
+++ b/tests/lib/Files/AppData/FactoryTest.php
@@ -1,4 +1,5 @@
<?php
+
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
@@ -28,7 +29,7 @@ class FactoryTest extends \Test\TestCase {
$this->factory = new Factory($this->rootFolder, $this->systemConfig);
}
- public function testGet() {
+ public function testGet(): void {
$this->rootFolder->expects($this->never())
->method($this->anything());
$this->systemConfig->expects($this->never())