summaryrefslogtreecommitdiff
path: root/includes/specialpage/PageQueryPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/specialpage/PageQueryPage.php')
-rw-r--r--includes/specialpage/PageQueryPage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/specialpage/PageQueryPage.php b/includes/specialpage/PageQueryPage.php
index afc02271..d72744b1 100644
--- a/includes/specialpage/PageQueryPage.php
+++ b/includes/specialpage/PageQueryPage.php
@@ -32,7 +32,7 @@ abstract class PageQueryPage extends QueryPage {
* like page existence and information for stub color and redirect hints.
* This should be done for live data and cached data.
*
- * @param DatabaseBase $db
+ * @param IDatabase $db
* @param ResultWrapper $res
*/
public function preprocessResults( $db, $res ) {