From: Matthias Schmidt Date: Sun, 20 Dec 2020 10:30:32 +0000 (+0100) Subject: Fix method documentation in TAutoCompleteFormField X-Git-Tag: 5.4.0_Alpha_1~521^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fe5b02736ffb3bed3d8ab8cf52015b11cc3f81d4;p=GitHub%2FWoltLab%2FWCF.git Fix method documentation in TAutoCompleteFormField --- diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TAutoCompleteFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TAutoCompleteFormField.class.php index 4494ed6a34..9016dd62c0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TAutoCompleteFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TAutoCompleteFormField.class.php @@ -48,7 +48,7 @@ trait TAutoCompleteFormField { } /** - * Returns all valid `autocomplete` tokens. If an empty array is returned, all tokens are considered valid. + * Returns all valid `autocomplete` tokens. * * @see https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#inappropriate-for-the-control */