summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Direct/DirectHomeTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/Direct/DirectHomeTest.php')
-rw-r--r--apps/dav/tests/unit/Direct/DirectHomeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Direct/DirectHomeTest.php b/apps/dav/tests/unit/Direct/DirectHomeTest.php
index dbbfb1fe1ff..8a976ff5dbf 100644
--- a/apps/dav/tests/unit/Direct/DirectHomeTest.php
+++ b/apps/dav/tests/unit/Direct/DirectHomeTest.php
@@ -58,7 +58,7 @@ class DirectHomeTest extends TestCase {
/** @var DirectHome */
private $directHome;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->directMapper = $this->createMock(DirectMapper::class);