summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Command/ListCalendarsTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/Command/ListCalendarsTest.php')
-rw-r--r--apps/dav/tests/unit/Command/ListCalendarsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Command/ListCalendarsTest.php b/apps/dav/tests/unit/Command/ListCalendarsTest.php
index f2d315504b5..9cd02805133 100644
--- a/apps/dav/tests/unit/Command/ListCalendarsTest.php
+++ b/apps/dav/tests/unit/Command/ListCalendarsTest.php
@@ -46,7 +46,7 @@ class ListCalendarsTest extends TestCase {
const USERNAME = 'username';
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->userManager = $this->createMock(IUserManager::class);