From c71b01a73e3cf3ec9a2d13b14ed1ae8719ceb200 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 30 Nov 2019 11:12:07 +0100 Subject: [PATCH] php 7.3 --- lam/tests/lib/LAMConfigTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/tests/lib/LAMConfigTest.php b/lam/tests/lib/LAMConfigTest.php index f41da59f..2d887992 100644 --- a/lam/tests/lib/LAMConfigTest.php +++ b/lam/tests/lib/LAMConfigTest.php @@ -41,7 +41,7 @@ class LAMConfigTest extends TestCase { /** * Prepares the environment before running a test. */ - protected function setUp() { + protected function setUp(): void { parent::setUp(); testCreateDefaultConfig(); $profiles = getConfigProfiles();