aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Security/TrustedDomainHelperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Security/TrustedDomainHelperTest.php')
-rw-r--r--tests/lib/Security/TrustedDomainHelperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Security/TrustedDomainHelperTest.php b/tests/lib/Security/TrustedDomainHelperTest.php
index 3fe0889b796..26158401f79 100644
--- a/tests/lib/Security/TrustedDomainHelperTest.php
+++ b/tests/lib/Security/TrustedDomainHelperTest.php
@@ -18,7 +18,7 @@ class TrustedDomainHelperTest extends \Test\TestCase {
/** @var IConfig */
protected $config;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->config = $this->getMockBuilder(IConfig::class)->getMock();