From 4822df94676bc0942b9437c364be535f8ea928ff Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 3 Oct 2011 22:51:38 +0000 Subject: [PATCH] More whitespace and comments --- includes/QueryPage.php | 7 +++++++ 1 file changed, 7 insertions(+) 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"; } -- 2.20.1