Improve some parameter docs

Change-Id: Icd8fd55cf1a4a83a6f674038e098b9be8257dc0c
This commit is contained in:
Umherirrender
2017-10-07 16:54:28 +02:00
parent 5de4ddb992
commit 7761a9e60b
6 changed files with 20 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ class ApiLanguageSearch extends ApiBase {
}
/**
* @see ApiBase::getExamplesMessages()
* @inheritDoc
*/
protected function getExamplesMessages() {
return [

View File

@@ -59,7 +59,7 @@ class ApiULSLocalization extends ApiBase {
}
/**
* @see ApiBase::getExamplesMessages()
* @inheritDoc
*/
protected function getExamplesMessages() {
return [
@@ -70,8 +70,8 @@ class ApiULSLocalization extends ApiBase {
];
}
// Try to scare people away from using this externally
public function isInternal() {
// Try to scare people away from using this externally
return true;
}
}