diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index c52e4eb550f..63819ef62ab 100644 --- a/includes/HistoryPage.php +++ b/includes/HistoryPage.php @@ -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;