From: Chad Horohoe Date: Thu, 28 Jan 2010 19:46:12 +0000 (+0000) Subject: Followup r61181, put @return nothing back on history(). Some people like it. X-Git-Tag: 1.31.0-rc.0~38068 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=a30810bc6853131247eb4e533296c98d523c962f;p=lhc%2Fweb%2Fwiklou.git Followup r61181, put @return nothing back on history(). Some people like it. --- diff --git a/includes/HistoryPage.php b/includes/HistoryPage.php index 63819ef62a..d41742d636 100644 --- a/includes/HistoryPage.php +++ b/includes/HistoryPage.php @@ -58,6 +58,7 @@ class HistoryPage { /** * Print the history page for an article. + * @return nothing */ function history() { global $wgOut, $wgRequest, $wgScript;