From: mutec Date: Mon, 7 Oct 2019 11:38:01 +0000 (+0200) Subject: typo in phpdoc of WysiwygFormContainer::isRequired() X-Git-Tag: 5.2.0_Beta_3~45^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b08ac9ab5be1d7d5dec81ab282c686c1b1e76d2;p=GitHub%2FWoltLab%2FWCF.git typo in phpdoc of WysiwygFormContainer::isRequired() --- 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 */