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: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?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"; }