aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Support
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Support')
-rw-r--r--tests/lib/Support/CrashReport/RegistryTest.php2
-rw-r--r--tests/lib/Support/Subscription/RegistryTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Support/CrashReport/RegistryTest.php b/tests/lib/Support/CrashReport/RegistryTest.php
index be769e257fc..c45848b6186 100644
--- a/tests/lib/Support/CrashReport/RegistryTest.php
+++ b/tests/lib/Support/CrashReport/RegistryTest.php
@@ -36,7 +36,7 @@ class RegistryTest extends TestCase {
/** @var Registry */
private $registry;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->registry = new Registry();
diff --git a/tests/lib/Support/Subscription/RegistryTest.php b/tests/lib/Support/Subscription/RegistryTest.php
index c9557def0fd..a2246bf1b1f 100644
--- a/tests/lib/Support/Subscription/RegistryTest.php
+++ b/tests/lib/Support/Subscription/RegistryTest.php
@@ -32,7 +32,7 @@ class RegistryTest extends TestCase {
/** @var Registry */
private $registry;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->registry = new Registry();