Merge "Update the way captions show up in packed-overlay and packed-hover"
[lhc/web/wiklou.git] / includes / htmlform / HTMLTextFieldWithButton.php
index c6dac32..7c1c673 100644 (file)
@@ -3,7 +3,7 @@
  * Creates a text input field with a button assigned to the input field.
  */
 class HTMLTextFieldWithButton extends HTMLTextField {
-       /** @var HTMLFormClassWithButton $mClassWithButton */
+       /** @var HTMLFormFieldWithButton $mClassWithButton */
        protected $mClassWithButton = null;
 
        public function __construct( $info ) {