diff options
Diffstat (limited to 'tests/lib/Support/CrashReport/RegistryTest.php')
-rw-r--r-- | tests/lib/Support/CrashReport/RegistryTest.php | 2 |
1 files changed, 1 insertions, 1 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(); |