From: Siebrand Mazeland Date: Fri, 27 Dec 2013 16:57:19 +0000 (+0100) Subject: Update documentation for QueryPage::execute() X-Git-Tag: 1.31.0-rc.0~17470^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=9a3bbd6d8b651406d19987f492db0b09d69edb16;p=lhc%2Fweb%2Fwiklou.git Update documentation for QueryPage::execute() Change-Id: I3f3ff6a8730daccfa093e6f8a7faeffb057472ba --- 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 ) {