From ef9b3dd64ec928f92107ab51248c6f9140428f7b Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 1 Jan 2020 18:12:29 +0100 Subject: [PATCH] webauthn --- lam/tests/lib/2factorWebauthnTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/tests/lib/2factorWebauthnTest.php b/lam/tests/lib/2factorWebauthnTest.php index 7f0cd39b..c8b77457 100644 --- a/lam/tests/lib/2factorWebauthnTest.php +++ b/lam/tests/lib/2factorWebauthnTest.php @@ -37,7 +37,7 @@ class WebauthnProviderTest extends TestCase { */ private $config; - protected function setUp() { + protected function setUp(): void { $this->config = new TwoFactorConfiguration(); }