More whitespace and comments
authorSam Reed <reedy@users.mediawiki.org>
Mon, 3 Oct 2011 22:51:38 +0000 (22:51 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 3 Oct 2011 22:51:38 +0000 (22:51 +0000)
includes/QueryPage.php

index 01d5efd..5691881 100644 (file)
@@ -597,10 +597,17 @@ abstract class QueryPage extends SpecialPage {
                }
        }
 
+       /**
+        * @param $offset
+        * @return string
+        */
        function openList( $offset ) {
                return "\n<ol start='" . ( $offset + 1 ) . "' class='special'>\n";
        }
 
+       /**
+        * @return string
+        */
        function closeList() {
                return "</ol>\n";
        }