From 4e892e2171068569d89dc3914b581cf1a6a9953a Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 21 Dec 2019 19:40:29 +0100 Subject: [PATCH] refactoring --- lam/lib/webauthn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/webauthn.inc b/lam/lib/webauthn.inc index 0c79fd3a..ed3b63d9 100644 --- a/lam/lib/webauthn.inc +++ b/lam/lib/webauthn.inc @@ -281,7 +281,7 @@ class WebauthnManager { * * @return ExtensionOutputCheckerHandler handler */ - function getExtensionOutputChecker() { + private function getExtensionOutputChecker() { return new ExtensionOutputCheckerHandler(); }