Correct two mistaken htmlform annotations
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 30 Jun 2016 18:58:35 +0000 (11:58 -0700)
committerEBernhardson <ebernhardson@wikimedia.org>
Thu, 30 Jun 2016 21:17:34 +0000 (21:17 +0000)
Change-Id: Ica807b656af0eb5a82ec0b1ec2d7894fd79a6639

includes/htmlform/HTMLSelectNamespaceWithButton.php
includes/htmlform/HTMLTextFieldWithButton.php

index 24b15bd..5225983 100644 (file)
@@ -3,7 +3,7 @@
  * Creates a Html::namespaceSelector input field with a button assigned to the input field.
  */
 class HTMLSelectNamespaceWithButton extends HTMLSelectNamespace {
-       /** @var HTMLFormClassWithButton $mClassWithButton */
+       /** @var HTMLFormFieldWithButton $mClassWithButton */
        protected $mClassWithButton = null;
 
        public function __construct( $info ) {
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 ) {