Improve some parameter docs
Change-Id: Icd8fd55cf1a4a83a6f674038e098b9be8257dc0c
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user