Merge "Update the way captions show up in packed-overlay and packed-hover"
[lhc/web/wiklou.git] / includes / htmlform / HTMLTextFieldWithButton.php
index 00c0517..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 ) {
@@ -14,4 +14,4 @@ class HTMLTextFieldWithButton extends HTMLTextField {
        public function getInputHTML( $value ) {
                return $this->mClassWithButton->getElement( parent::getInputHTML( $value ) );
        }
-}
\ No newline at end of file
+}