aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLSelectLanguageField.php
diff options
context:
space:
mode:
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>2020-07-23 11:41:58 +0200
committerThiemo Kreuz (WMDE) <thiemo.kreuz@wikimedia.de>2020-07-23 16:09:41 +0000
commitfd7363a1e17bbd4760bfe741c5b4d873ec1a0eb3 (patch)
tree7c2f851b5e98c35950fb09e8789ab72197474f92 /includes/htmlform/fields/HTMLSelectLanguageField.php
parent3a1faac3764ecae8dde813bd67a5a8e8f4975a85 (diff)
downloadmediawikicore-fd7363a1e17bbd4760bfe741c5b4d873ec1a0eb3.tar.gz
mediawikicore-fd7363a1e17bbd4760bfe741c5b4d873ec1a0eb3.zip
Fix broken PHPDoc comments that don't start with /**
Change-Id: I8db56ff0f73873864dde260e51adcd729aa74e94
Diffstat (limited to 'includes/htmlform/fields/HTMLSelectLanguageField.php')
-rw-r--r--includes/htmlform/fields/HTMLSelectLanguageField.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLSelectLanguageField.php b/includes/htmlform/fields/HTMLSelectLanguageField.php
index 12f1ab3bf78f..afe6e6bfe099 100644
--- a/includes/htmlform/fields/HTMLSelectLanguageField.php
+++ b/includes/htmlform/fields/HTMLSelectLanguageField.php
@@ -9,8 +9,9 @@ use MediaWiki\MediaWikiServices;
*/
class HTMLSelectLanguageField extends HTMLSelectField {
- /*
+ /**
* @stable to call
+ * @inheritDoc
*/
public function __construct( $params ) {
parent::__construct( $params );