Fix documentation for LoggingSelectQueryBuilder

Why:
* The documentation for the LoggingSelectQueryBuilder incorrectly
  states to use RevisionStore::newSelectQueryBuilder. This
  should be instead the DatabaseLogEntry::newSelectQueryBuilder.

What:
* Fix the documentation for LoggingSelectQueryBuilder::__construct

Change-Id: I6f07a771ed0aa41d29b407eb56555b8d25584b2a
This commit is contained in:
Dreamy Jazz 2023-11-29 15:33:12 +00:00 committed by Dreamy Jazz
parent 29af4dd074
commit 7684dbb33d

View file

@ -31,7 +31,7 @@ use Wikimedia\Rdbms\SelectQueryBuilder;
class LoggingSelectQueryBuilder extends SelectQueryBuilder {
/**
* @internal use RevisionStore::newSelectQueryBuilder() instead.
* @internal use DatabaseLogEntry::newSelectQueryBuilder() instead.
* @param IReadableDatabase $db
*/
public function __construct( IReadableDatabase $db ) {