Merge "ApiFancyCaptchaReload: Mark as internal"

This commit is contained in:
jenkins-bot 2024-01-15 17:50:20 +00:00 committed by Gerrit Code Review
commit 11213652b6

View file

@ -22,9 +22,12 @@ class ApiFancyCaptchaReload extends ApiBase {
return true;
}
/**
* @inheritDoc
*/
/** @inheritDoc */
public function isInternal() {
return true;
}
/** @inheritDoc */
public function getAllowedParams() {
return [];
}