Update MessageForm.class.php
authorschlimpf <github.com@schlipf.it>
Wed, 9 Jul 2014 11:23:31 +0000 (13:23 +0200)
committerschlimpf <github.com@schlipf.it>
Wed, 9 Jul 2014 11:23:31 +0000 (13:23 +0200)
Fixed PHPDoc

wcfsetup/install/files/lib/form/MessageForm.class.php

index 260966242fc240331241e0d107a734b8e1d5835d..d0ebf2cfdf2c6cac45108c95ca454229497c3a38 100644 (file)
@@ -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 = '';