Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Support/HostNameFactoryTest.php')
-rw-r--r--tests/Unit/Support/HostNameFactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Support/HostNameFactoryTest.php b/tests/Unit/Support/HostNameFactoryTest.php
index 21880855d..3f39e7541 100644
--- a/tests/Unit/Support/HostNameFactoryTest.php
+++ b/tests/Unit/Support/HostNameFactoryTest.php
@@ -35,7 +35,7 @@ class HostNameFactoryTest extends TestCase {
/** @var HostNameFactory */
private $factory;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->factory = new HostNameFactory();