r93903 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93902‎ | r93903 | r93904 >
Date:17:27, 4 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Add missing asterix from comment

Fix parameter documentations
Modified paths:
  • /trunk/tools/mwmultiversion/multiversion/MWMultiVersion.php (modified) (history)
  • /trunk/tools/mwmultiversion/multiversion/MWVersion.php (modified) (history)

Diff [purge]

Index: trunk/tools/mwmultiversion/multiversion/MWVersion.php
@@ -12,7 +12,7 @@
1313 * (b) Sets the MW_INSTALL_PATH environmental variable
1414 * (c) Changes PHP's current directory to the directory of this file.
1515 *
16 - * @param string File path (relative to MediaWiki dir)
 16+ * @param $file string File path (relative to MediaWiki dir)
1717 * @return string Absolute file path with proper MW location
1818 */
1919 function getMediaWiki( $file ) {
@@ -72,7 +72,7 @@
7373 * (b) Sets the MW_INSTALL_PATH environmental variable
7474 * (c) Changes PHP's current directory to the directory of this file.
7575 *
76 - * @param string File path (relative to MediaWiki dir)
 76+ * @param $file string File path (relative to MediaWiki dir)
7777 * @return string Absolute file path with proper MW location
7878 */
7979 function getMediaWikiCli( $file ) {
Index: trunk/tools/mwmultiversion/multiversion/MWMultiVersion.php
@@ -284,7 +284,7 @@
285285 return substr( $this->version, 4 ); // remove "php-"
286286 }
287287
288 - /*
 288+ /**
289289 * Get the version number to use for building caches & binaries for this wiki.
290290 * Like getVersionNumber() but may have a dash with another string appended.
291291 * Some wikis may share core MW versions but be using different extension versions.

Status & tagging log