summaryrefslogtreecommitdiff
path: root/includes/PageQueryPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/PageQueryPage.php')
-rw-r--r--includes/PageQueryPage.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/PageQueryPage.php b/includes/PageQueryPage.php
index 01a2439f..61a535d6 100644
--- a/includes/PageQueryPage.php
+++ b/includes/PageQueryPage.php
@@ -27,12 +27,11 @@
* @ingroup SpecialPage
*/
abstract class PageQueryPage extends QueryPage {
-
/**
* Format the result as a simple link to the page
*
- * @param $skin Skin
- * @param $row Object: result row
+ * @param Skin $skin
+ * @param object $row Result row
* @return string
*/
public function formatResult( $skin, $row ) {