Update documentation for QueryPage::execute()
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 27 Dec 2013 16:57:19 +0000 (17:57 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 27 Dec 2013 16:57:19 +0000 (17:57 +0100)
Change-Id: I3f3ff6a8730daccfa093e6f8a7faeffb057472ba

includes/QueryPage.php

index 6d8a6bf..654b616 100644 (file)
@@ -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 ) {