From c1f6424e8377242d9cac6a315d901c322bb9b599 Mon Sep 17 00:00:00 2001 From: Huji Date: Thu, 15 May 2008 17:13:12 +0000 Subject: [PATCH] For the sake of documentation --- includes/SpecialVersion.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index 715af17478..b4f460a756 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -99,7 +99,11 @@ class SpecialVersion { Xml::closeElement( 'table' ); } - /** Return a string of the MediaWiki version with SVN revision if available */ + /** + * Return a string of the MediaWiki version with SVN revision if available + * + * @return mixed + */ public static function getVersion() { global $wgVersion, $IP; wfProfileIn( __METHOD__ ); @@ -109,7 +113,12 @@ class SpecialVersion { return $version; } - /** Return a string of the MediaWiki version with a link to SVN revision if available */ + /** + * Return a string of the MediaWiki version with a link to SVN revision if + * available + * + * @return mixed + */ public static function getVersionLinked() { global $wgVersion, $IP; wfProfileIn( __METHOD__ ); -- 2.20.1