Per ^demon, follow-up r61173: remove useless "@return nothing"
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 17 Jan 2010 21:02:03 +0000 (21:02 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 17 Jan 2010 21:02:03 +0000 (21:02 +0000)
includes/HistoryPage.php

index c52e4eb..63819ef 100644 (file)
@@ -25,7 +25,6 @@ class HistoryPage {
         * Construct a new HistoryPage.
         *
         * @param $article Article
-        * @return nothing
         */
        function __construct( $article ) {
                global $wgUser;
@@ -59,8 +58,6 @@ class HistoryPage {
 
        /**
         * Print the history page for an article.
-        *
-        * @return nothing
         */
        function history() {
                global $wgOut, $wgRequest, $wgScript;