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 04bc5f51dd
commit 0eaad1f44a

View file

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