Replace usage of ApiBase::PARAM_* with ParamValidator::PARAM_*
Change-Id: I4c7c16f8b3380cdaf32fbedc9d33f12b14050774
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
use MediaWiki\User\UserOptionsManager;
|
||||
use Wikimedia\ParamValidator\ParamValidator;
|
||||
|
||||
/**
|
||||
* @ingroup API
|
||||
@@ -83,7 +84,7 @@ class ApiULSSetLanguage extends ApiBase {
|
||||
public function getAllowedParams() {
|
||||
return [
|
||||
'languagecode' => [
|
||||
ApiBase::PARAM_REQUIRED => true,
|
||||
ParamValidator::PARAM_REQUIRED => true,
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user