summaryrefslogtreecommitdiffstats
path: root/apps/federation/tests/HooksTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/tests/HooksTest.php')
-rw-r--r--apps/federation/tests/HooksTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/tests/HooksTest.php b/apps/federation/tests/HooksTest.php
index 34ac8dfd539..ad6e0bf8a77 100644
--- a/apps/federation/tests/HooksTest.php
+++ b/apps/federation/tests/HooksTest.php
@@ -36,7 +36,7 @@ class HooksTest extends TestCase {
/** @var Hooks */
private $hooks;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->trustedServers = $this->getMockBuilder('OCA\Federation\TrustedServers')