From: Sam Reed Date: Mon, 3 Oct 2011 22:51:38 +0000 (+0000) Subject: More whitespace and comments X-Git-Tag: 1.31.0-rc.0~27281 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=4822df94676bc0942b9437c364be535f8ea928ff;p=lhc%2Fweb%2Fwiklou.git More whitespace and comments --- diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 01d5efd65e..5691881f1b 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -597,10 +597,17 @@ abstract class QueryPage extends SpecialPage { } } + /** + * @param $offset + * @return string + */ function openList( $offset ) { return "\n
    \n"; } + /** + * @return string + */ function closeList() { return "
\n"; }