Skip to content

Commit

Permalink
page: PageStore::newSelectQueryBuilder is no longer unstable
Browse files Browse the repository at this point in the history
It was marked as unstable while the whole SelectQueryBuilder thing was
unstable, but it no longer is, and this method is used in various
places.

Change-Id: I177a56ada20985d23070a430f71a9e94c2b4d72d
  • Loading branch information
Daimona committed Jun 19, 2024
1 parent 3c3e050 commit 5ab067a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/page/PageStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ public function getSelectFields(): array {
}

/**
* @unstable
*
* @param IReadableDatabase|int $dbOrFlags The database connection to use, or a READ_XXX constant
* indicating what kind of database connection to use.
*
Expand Down

0 comments on commit 5ab067a

Please sign in to comment.