From ede70b20704a558078ca5965aee27bb83942e419 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 17 Jan 2010 21:02:03 +0000 Subject: [PATCH] Per ^demon, follow-up r61173: remove useless "@return nothing" --- includes/HistoryPage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index c52e4eb550..63819ef62a 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; -- 2.20.1