refactoring

This commit is contained in:
Roland Gruber 2019-12-21 19:40:29 +01:00
parent eae502c629
commit 4e892e2171
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class WebauthnManager {
*
* @return ExtensionOutputCheckerHandler handler
*/
function getExtensionOutputChecker() {
private function getExtensionOutputChecker() {
return new ExtensionOutputCheckerHandler();
}