From 8b08ac9ab5be1d7d5dec81ab282c686c1b1e76d2 Mon Sep 17 00:00:00 2001 From: mutec Date: Mon, 7 Oct 2019 13:38:01 +0200 Subject: [PATCH] typo in phpdoc of WysiwygFormContainer::isRequired() --- .../builder/container/wysiwyg/WysiwygFormContainer.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php index 68adc7283a..4260fa73c1 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php @@ -309,8 +309,8 @@ class WysiwygFormContainer extends FormContainer implements IMaximumLengthFormFi } /** - * Returns `true` if the wsyiwyg field has to be filled out and returns `false` otherwise. - * By default, the wsyiwyg field does not have to be filled out. + * Returns `true` if the wysiwyg field has to be filled out and returns `false` otherwise. + * By default, the wysiwyg field does not have to be filled out. * * @return bool */ -- 2.20.1