From 9a3bbd6d8b651406d19987f492db0b09d69edb16 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 27 Dec 2013 17:57:19 +0100 Subject: [PATCH] Update documentation for QueryPage::execute() Change-Id: I3f3ff6a8730daccfa093e6f8a7faeffb057472ba --- includes/QueryPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 6d8a6bfccf..654b616216 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -466,7 +466,7 @@ abstract class QueryPage extends SpecialPage { /** * This is the actual workhorse. It does everything needed to make a * real, honest-to-gosh query page. - * @para $par + * @param string $par * @return int */ function execute( $par ) { -- 2.20.1