From f6232a846ab6cea581f7a7d43732faf60dafe83d Mon Sep 17 00:00:00 2001 From: schlimpf Date: Wed, 9 Jul 2014 13:23:31 +0200 Subject: [PATCH] Update MessageForm.class.php Fixed PHPDoc --- wcfsetup/install/files/lib/form/MessageForm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/form/MessageForm.class.php b/wcfsetup/install/files/lib/form/MessageForm.class.php index 260966242f..d0ebf2cfdf 100644 --- a/wcfsetup/install/files/lib/form/MessageForm.class.php +++ b/wcfsetup/install/files/lib/form/MessageForm.class.php @@ -44,7 +44,7 @@ abstract class MessageForm extends AbstractCaptchaForm { /** * object type for attachments, if left blank, attachment support is disabled - * @var integer + * @var string */ public $attachmentObjectType = ''; -- 2.20.1