Followup r61181, put @return nothing back on history(). Some people like it.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 28 Jan 2010 19:46:12 +0000 (19:46 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 28 Jan 2010 19:46:12 +0000 (19:46 +0000)
includes/HistoryPage.php

index 63819ef..d41742d 100644 (file)
@@ -58,6 +58,7 @@ class HistoryPage {
 
        /**
         * Print the history page for an article.
+        * @return nothing
         */
        function history() {
                global $wgOut, $wgRequest, $wgScript;