From: Joshua Rüsweg Date: Wed, 14 Apr 2021 20:05:14 +0000 (+0200) Subject: Fix grammar in phpDoc comment X-Git-Tag: 5.4.0_Alpha_1~91^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e67b871773fc7c238d663bbcfd043f9b8c031b89;p=GitHub%2FWoltLab%2FWCF.git Fix grammar in phpDoc comment Co-authored-by: Matthias Schmidt --- 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 */