From: Huji Date: Thu, 15 May 2008 17:13:12 +0000 (+0000) Subject: For the sake of documentation X-Git-Tag: 1.31.0-rc.0~47612 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=c1f6424e8377242d9cac6a315d901c322bb9b599;p=lhc%2Fweb%2Fwiklou.git For the sake of documentation --- 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__ );