From e67b871773fc7c238d663bbcfd043f9b8c031b89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Wed, 14 Apr 2021 22:05:14 +0200 Subject: [PATCH] Fix grammar in phpDoc comment Co-authored-by: Matthias Schmidt --- .../lib/system/form/builder/field/UploadFormField.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php index 62c0e6f64a..9b781c4083 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php @@ -120,7 +120,7 @@ class UploadFormField extends AbstractFormField } /** - * Returns true, if the current field is already registered. + * Returns `true` if the current field has already registered with the upload handler. * * @since 5.4 */ -- 2.20.1