ApiQueryLinterStats: Change the 'ls' prefix to 'lntrst' to avoid conflict

In practice this isn't a breaking change as no-one has any params to
re-name in callers.

Bug: T319202
Change-Id: Ic925e258ad3c2e194fd9f04f8afd255a9aa99e45
(cherry picked from commit 1f119cd5b1)
This commit is contained in:
James D. Forrester 2022-10-03 11:58:24 -04:00 committed by Jforrester
parent 4a9bae5812
commit e37e0971fb

View file

@ -26,7 +26,7 @@ use MediaWiki\MediaWikiServices;
class ApiQueryLinterStats extends ApiQueryBase {
public function __construct( ApiQuery $queryModule ) {
parent::__construct( $queryModule, 'linterstats', 'ls' );
parent::__construct( $queryModule, 'linterstats', 'lntrst' );
}
/**