From 909b7e81cc91591fe77d7cc26d5b9a7cdf641303 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 22 Dec 2020 13:28:11 +0100 Subject: [PATCH] Fix parameter name in `IAutoCompleteFormField` --- .../system/form/builder/field/IAutoCompleteFormField.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IAutoCompleteFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IAutoCompleteFormField.class.php index f3543e3985..719c4b5b64 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IAutoCompleteFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IAutoCompleteFormField.class.php @@ -19,7 +19,7 @@ interface IAutoCompleteFormField { * * @throws \InvalidArgumentException if an invalid `autocomplete` token is included in the attribute value */ - public function autoComplete(?string $autocomplete): self; + public function autoComplete(?string $autoComplete): self; /** * Returns the `autocomplete` attribute of the form field. -- 2.20.1