From 4503012173d567fb07a659f1b7d5d28b8d02ccc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 24 Nov 2020 11:33:39 +0100 Subject: [PATCH] Fix typo in PHPDoc in \wcf\system\multifactor\totp\Totp --- .../files/lib/system/user/multifactor/totp/Totp.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/user/multifactor/totp/Totp.class.php b/wcfsetup/install/files/lib/system/user/multifactor/totp/Totp.class.php index f4be80f15d..8cf1cc08d6 100644 --- a/wcfsetup/install/files/lib/system/user/multifactor/totp/Totp.class.php +++ b/wcfsetup/install/files/lib/system/user/multifactor/totp/Totp.class.php @@ -24,7 +24,7 @@ final class Totp { /** * The number of additional time steps allowed into each direction. * - * `2` into each direction allows a total of 5`` codes in total. + * `2` into each direction allows a total of `5` codes in total. */ private const LEEWAY = 2; -- 2.20.1