diff options
author | Thiemo Kreuz <thiemo.kreuz@wikimedia.de> | 2020-07-23 11:41:58 +0200 |
---|---|---|
committer | Thiemo Kreuz (WMDE) <thiemo.kreuz@wikimedia.de> | 2020-07-23 16:09:41 +0000 |
commit | fd7363a1e17bbd4760bfe741c5b4d873ec1a0eb3 (patch) | |
tree | 7c2f851b5e98c35950fb09e8789ab72197474f92 /includes/htmlform/fields/HTMLSelectNamespaceWithButton.php | |
parent | 3a1faac3764ecae8dde813bd67a5a8e8f4975a85 (diff) | |
download | mediawikicore-fd7363a1e17bbd4760bfe741c5b4d873ec1a0eb3.tar.gz mediawikicore-fd7363a1e17bbd4760bfe741c5b4d873ec1a0eb3.zip |
Fix broken PHPDoc comments that don't start with /**
Change-Id: I8db56ff0f73873864dde260e51adcd729aa74e94
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 ); |