diff options
Diffstat (limited to 'tests/lib/Calendar/Room/ManagerTest.php')
-rw-r--r-- | tests/lib/Calendar/Room/ManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Calendar/Room/ManagerTest.php b/tests/lib/Calendar/Room/ManagerTest.php index 9a85132aa3a..56f05544e29 100644 --- a/tests/lib/Calendar/Room/ManagerTest.php +++ b/tests/lib/Calendar/Room/ManagerTest.php @@ -36,7 +36,7 @@ class ManagerTest extends TestCase { /** @var IServerContainer */ private $server; - protected function setUp() { + protected function setUp(): void { parent::setUp(); $this->server = $this->createMock(IServerContainer::class); |