From fe5b02736ffb3bed3d8ab8cf52015b11cc3f81d4 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 20 Dec 2020 11:30:32 +0100 Subject: [PATCH] Fix method documentation in TAutoCompleteFormField --- .../system/form/builder/field/TAutoCompleteFormField.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1