From 7d22ebd0ff8e2fdbb02ac1c1ed125d1506ee04e4 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 13 Aug 2011 09:03:31 +0200 Subject: [PATCH] Small documentation corrections --- .../files/lib/system/option/CustomselectOptionType.class.php | 4 ++-- .../files/lib/system/option/PasswordOptionType.class.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/option/CustomselectOptionType.class.php b/wcfsetup/install/files/lib/system/option/CustomselectOptionType.class.php index 1b56a94ca2..1b536ac5a5 100644 --- a/wcfsetup/install/files/lib/system/option/CustomselectOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/CustomselectOptionType.class.php @@ -4,8 +4,8 @@ use wcf\data\option\Option; use wcf\system\WCF; /** - * OptionTypeSelect is an implementation of IOptionType for 'select' tags with a - * text field for custom inputs. + * CustomselectOptionType is an implementation of IOptionType for 'select' tags with + * a text field for custom inputs. * * @author Marcel Werk * @copyright 2001-2011 WoltLab GmbH diff --git a/wcfsetup/install/files/lib/system/option/PasswordOptionType.class.php b/wcfsetup/install/files/lib/system/option/PasswordOptionType.class.php index a8aa0403c6..2e52a6e933 100644 --- a/wcfsetup/install/files/lib/system/option/PasswordOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/PasswordOptionType.class.php @@ -4,7 +4,7 @@ use wcf\data\option\Option; use wcf\system\database\util\PreparedStatementConditionBuilder; /** - * OptionTypeText is an implementation of IOptionType for 'input type="password"' tags. + * PasswordOptionType is an implementation of IOptionType for 'input type="password"' tags. * * @author Marcel Werk * @copyright 2001-2011 WoltLab GmbH -- 2.20.1