From: Peter Frühwirt Date: Sun, 1 Dec 2019 18:35:01 +0000 (+0100) Subject: Fixed typo in DateFormField (#3115) X-Git-Tag: 5.2.0_RC_1~23 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37c5f1343af24b98ee398ddc5639548f957657ce;p=GitHub%2FWoltLab%2FWCF.git Fixed typo in DateFormField (#3115) --- diff --git a/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php index 6e1398477b..798aae99ad 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php @@ -257,7 +257,7 @@ class DateFormField extends AbstractFormField implements IAutoFocusFormField, II * Sets if not only the date, but also the time can be set. * * @param bool $supportsTime - * @return static thsi field + * @return static this field */ public function supportTime($supportsTime = true) { $this->supportsTime = $supportsTime;