diff options
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectNamespaceWithButton.php')
-rw-r--r-- | includes/htmlform/fields/HTMLSelectNamespaceWithButton.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLSelectNamespaceWithButton.php b/includes/htmlform/fields/HTMLSelectNamespaceWithButton.php index dd5cd28acc77..636b54a24e7f 100644 --- a/includes/htmlform/fields/HTMLSelectNamespaceWithButton.php +++ b/includes/htmlform/fields/HTMLSelectNamespaceWithButton.php @@ -8,8 +8,9 @@ class HTMLSelectNamespaceWithButton extends HTMLSelectNamespace { /** @var HTMLFormFieldWithButton */ protected $mClassWithButton = null; - /* + /** * @stable to call + * @inheritDoc */ public function __construct( $info ) { $this->mClassWithButton = new HTMLFormFieldWithButton( $info ); |