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:
parent
29af4dd074
commit
7684dbb33d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue