From: schlimpf Date: Wed, 9 Jul 2014 11:23:31 +0000 (+0200) Subject: Update MessageForm.class.php X-Git-Tag: 2.1.0_Alpha_1~574^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f6232a846ab6cea581f7a7d43732faf60dafe83d;p=GitHub%2FWoltLab%2FWCF.git Update MessageForm.class.php Fixed PHPDoc --- 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 = '';